]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The {quote: SrcList} object was not being expanded correctly by a call to
authordrh <drh@noemail.net>
Wed, 30 Jul 2003 12:34:12 +0000 (12:34 +0000)
committerdrh <drh@noemail.net>
Wed, 30 Jul 2003 12:34:12 +0000 (12:34 +0000)
commit4305d10360ab7b6fba381b9e783e14503a513b58
tree8264abdc1e8c4b4ab70c21bd8694eec3a9fad656
parenta76c82eb0de11673f9b810acdbdbb25ae5cd7d74
The {quote: SrcList} object was not being expanded correctly by a call to
sqliteSrcListAppend() if the {quote: SrcList} had previously been duplicated by
a call to sqliteSrcListDup().  Ticket #416. This check-in fixes that problem
by keeping a separate nAlloc field on {quote: SrcList}.  A similar change is made
to {quote: IdList} and {quote: ExprList} to avoid future problems. (CVS 1067)

FossilOrigin-Name: da6273255471673841fdcadc688aeac80722e130
manifest
manifest.uuid
src/build.c
src/expr.c
src/sqliteInt.h
src/util.c
test/misc2.test