]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The new code for taking advantage of inequalities in WHERE clauses
authordrh <drh@noemail.net>
Thu, 8 Nov 2001 00:45:21 +0000 (00:45 +0000)
committerdrh <drh@noemail.net>
Thu, 8 Nov 2001 00:45:21 +0000 (00:45 +0000)
commit487ab3ca18834979fe1a3e08ba03296caa2b518e
treed38d9fc0ba39c60d6e75d99a12f87425950d7564
parent6b56344d4a349dd26e2c92276f08ee24d2188799
The new code for taking advantage of inequalities in WHERE clauses
is in place.  It appears to work. (CVS 305)

FossilOrigin-Name: 262bcd17df19f45def6144b5a7e0602ca5b03deb
12 files changed:
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/test1.c
src/vdbe.c
src/vdbe.h
src/where.c
test/index.test
test/rowid.test
test/select2.test
test/where.test