]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to optimize virtual table queries with 'OR' expressions in the WHERE clause...
authordanielk1977 <danielk1977@noemail.net>
Tue, 21 Apr 2009 09:02:45 +0000 (09:02 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 21 Apr 2009 09:02:45 +0000 (09:02 +0000)
commit1d46146b58a4a436108483f485b28cf67d0e9ede
treea551b87380eaabdb506eaaa122393ac808698b07
parent8a939190824f7198026c08253587fd152bf5cae6
Attempt to optimize virtual table queries with 'OR' expressions in the WHERE clause. (CVS 6527)

FossilOrigin-Name: f61e4cd93682fd98bea2a71d346f9eaa68454390
20 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/rowhash.c [new file with mode: 0644]
src/sqliteInt.h
src/test8.c
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/vdbemem.c
src/where.c
test/make-where7.tcl
test/rowhash.test [new file with mode: 0644]
test/vtabD.test [new file with mode: 0644]
test/where7.test
test/where8.test
test/where8m.test
test/where9.test
tool/mksqlite3c.tcl