]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the {quote: StrAccum} object
authordrh <drh@noemail.net>
Wed, 28 Nov 2007 22:36:40 +0000 (22:36 +0000)
committerdrh <drh@noemail.net>
Wed, 28 Nov 2007 22:36:40 +0000 (22:36 +0000)
commitade8648301787b43f30203d6a791cd9398a18f5d
treed2158c1cdef8ac6a21d63aa53cf39d8fd7868103
parent26b7994a9753d22c4d5ca05d8e17eaaecd34b077
Add the {quote: StrAccum} object
 for accumulating strings.  Revamp xprintf to use
the new object.  Rewrite the group_concat() function to use the new object.
Productize and test the group_concat() function. (CVS 4578)

FossilOrigin-Name: 221aee72be040769e8026b91648f03c6366a8821
manifest
manifest.uuid
src/func.c
src/printf.c
src/sqliteInt.h
test/func.test
test/malloc.test
test/sqllimits1.test