]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add optimizations for the IN operator in WHERE clauses. This is a partial
authordrh <drh@noemail.net>
Sat, 8 Jun 2002 23:25:08 +0000 (23:25 +0000)
committerdrh <drh@noemail.net>
Sat, 8 Jun 2002 23:25:08 +0000 (23:25 +0000)
commitd99f70680fa674ab1aaf439157352bdee01ed60e
treedc28f4db46e2934349ef47e8ecc887632ff94cda
parentf5db2d3ea2ac52b5496b50296fbdf3958c7e5f85
Add optimizations for the IN operator in WHERE clauses.  This is a partial
implementation of enhancement #63.  Still need to add test cases. (CVS 610)

FossilOrigin-Name: 8481e841ebdeabe07bf780246bda1aa053eb60b7
manifest
manifest.uuid
src/hash.h
src/sqliteInt.h
src/vdbe.c
src/vdbe.h
src/where.c