]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The optimization of check-in [b67a6e33f2] does not work (it generates
authordrh <drh@noemail.net>
Tue, 22 Jul 2014 19:14:42 +0000 (19:14 +0000)
committerdrh <drh@noemail.net>
Tue, 22 Jul 2014 19:14:42 +0000 (19:14 +0000)
commita45fdc7b1e3faabdd579e89415db4551d4d38005
tree64785749b30b2526b67212299bc8ff247a42525e
parentf5d87f77e2a3d1b34cb67539ea0c172cb811120a
The optimization of check-in [b67a6e33f2] does not work (it generates
incorrect VDBE code) if an OR term is AND-ed with a constant expression.
So back that optimization out and add a test case to make sure it does not
get added back in.

FossilOrigin-Name: eed754fe93644f4df082eac0c0a7ffc5c78ccd10
manifest
manifest.uuid
src/sqliteInt.h
src/where.c
test/where2.test