]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Omit the "x IN (y)" to "x==y" optimization of check-in [e68b427afbc82e20]
authordrh <drh@noemail.net>
Tue, 27 Aug 2019 17:01:07 +0000 (17:01 +0000)
committerdrh <drh@noemail.net>
Tue, 27 Aug 2019 17:01:07 +0000 (17:01 +0000)
commit790b37a2403eb479fcb9e33e0d7622b78524c579
treec4297f9d28ccd385e5f68be0220f04a84efa4167
parent6397a78b2ba93729678ef0ea68d0765e046a360e
Omit the "x IN (y)" to "x==y" optimization of check-in [e68b427afbc82e20]
(and ticket [e39d032577df6942]) as it causes difficult affinity problems
as demonstrated by ticket [dbaf8a6820be1ece] and the original assertion fault
is no longer a factor due to countless other changes of the previous 5 years.

FossilOrigin-Name: 7f5168a76a400fc2e1e40c6950470b1bfb38a0be54fc5518c17c29fdae7d8f1f
manifest
manifest.uuid
src/expr.c
src/parse.y
src/select.c
src/sqliteInt.h
src/vdbe.c
src/where.c
test/in4.test