]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Added the SQLITE_OMIT_SUBQUERY compile-time option and the EXISTS operator.
authordrh <drh@noemail.net>
Thu, 20 Jan 2005 13:36:19 +0000 (13:36 +0000)
committerdrh <drh@noemail.net>
Thu, 20 Jan 2005 13:36:19 +0000 (13:36 +0000)
commit51522cd34ad239170a78369bcbd3c372fb0abec9
tree8bd38e1eb47271f9aafc911acfdbb230097b0eab
parent5338a5f74de5b7c7309589f59247329a9ebd9ee9
Added the SQLITE_OMIT_SUBQUERY compile-time option and the EXISTS operator.
Regression tests are currently failing with an assertion fault. (CVS 2245)

FossilOrigin-Name: d30fdf0f2c24cb74b48fab9b83fba4e4b2fe878a
manifest
manifest.uuid
src/expr.c
src/parse.y
src/select.c
src/sqliteInt.h
tool/mkkeywordhash.c