]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure aggregate functions can take any number of arguments up to the
authordrh <drh@noemail.net>
Wed, 18 Jun 2008 15:34:09 +0000 (15:34 +0000)
committerdrh <drh@noemail.net>
Wed, 18 Jun 2008 15:34:09 +0000 (15:34 +0000)
commita2baf3a2e5014ade006960374f76c72c5fd23a50
tree63967666fc99bd75b4f5b742ad6e63b219c5efdc
parent56a40a801094b02b6b8db84eaa7dca51e9e81895
Make sure aggregate functions can take any number of arguments up to the
limit imposed by SQLITE_LIMIT_FUNCTION_ARGS.  Ticket #3179.  Modify
the group_concat() function to take an unlimited number of arguments in
order to facilitate testing this behavior. (CVS 5233)

FossilOrigin-Name: 70c6739f4e84b3433e14960346b54d0e9e0bb9c6
manifest
manifest.uuid
src/func.c
src/vdbeaux.c
test/func.test