]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Simplifications to the Expr object: Remove Expr.span completely and convert
authordrh <drh@noemail.net>
Wed, 27 May 2009 10:31:29 +0000 (10:31 +0000)
committerdrh <drh@noemail.net>
Wed, 27 May 2009 10:31:29 +0000 (10:31 +0000)
commitb7916a78ff7708161b6e2de54af5aea85a07c543
tree0699a42ca40c038b563d4fadd6bfeb2080942de0
parent38a2c01b09b494030bd3f62743119331522d1e04
Simplifications to the Expr object:  Remove Expr.span completely and convert
Expr.token into a char* Expr.zToken.  Also simplify the Token object by
removing the Token.dyn and Token.quoted fields. (CVS 6681)

FossilOrigin-Name: 7cb1c3ba0759539cb035978fdaff6316775986f3
24 files changed:
manifest
manifest.uuid
src/alter.c
src/attach.c
src/build.c
src/delete.c
src/expr.c
src/func.c
src/parse.y
src/pragma.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/tokenize.c
src/trigger.c
src/update.c
src/util.c
src/vdbemem.c
src/walker.c
src/where.c
test/attach.test
test/select1.test
test/tkt1514.test
test/tkt3508.test