]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Record within the Token structure itself whether or not the token has
authordrh <drh@noemail.net>
Fri, 1 May 2009 21:13:36 +0000 (21:13 +0000)
committerdrh <drh@noemail.net>
Fri, 1 May 2009 21:13:36 +0000 (21:13 +0000)
commit24fb627afa360cc7efed23c6ddf1932a85c99b07
treef3c7ecfe0f31f0ad33671e34bebe55f6fb36a3c1
parentd51397a614dd2b5a20697e6084bc9eae260c49b1
Record within the Token structure itself whether or not the token has
been dequoted.  This steals one bit from the length of a token and
thus limits the size of tokens to 1GiB. (CVS 6589)

FossilOrigin-Name: 12bcb03d9b9e1a31c1a3c67cbb4263cc0af2f3d0
14 files changed:
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/parse.y
src/resolve.c
src/select.c
src/sqliteInt.h
src/tokenize.c
src/util.c
src/vdbemem.c
src/where.c
test/count.test