]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Optimisations for expressions of the form "<value> IN (SELECT <column> FROM <table...
authordanielk1977 <danielk1977@noemail.net>
Thu, 29 Nov 2007 17:05:18 +0000 (17:05 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 29 Nov 2007 17:05:18 +0000 (17:05 +0000)
commit9a96b66810deca9b38b39fcdd417ae11e8aa4e73
tree1274d6ab7ccb8d9e281eb51bcb18f098ea3f9ce2
parentade8648301787b43f30203d6a791cd9398a18f5d
Optimisations for expressions of the form "<value> IN (SELECT <column> FROM <table>)". (CVS 4579)

FossilOrigin-Name: 56d0e32677744df8570b519fae1c04da4ea4984d
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/test1.c
src/vdbe.c
src/vdbeaux.c
src/where.c
test/in3.test [new file with mode: 0644]