]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Generalize the constant propagation optimization so that it applies on every
authordrh <drh@noemail.net>
Thu, 26 Jul 2018 23:47:11 +0000 (23:47 +0000)
committerdrh <drh@noemail.net>
Thu, 26 Jul 2018 23:47:11 +0000 (23:47 +0000)
commit24e1116e0f0d1e0a6db4dbac8a1d58e4a2eff164
tree31d8b8d4e1612c89022d15486011517daa8cf041
parent660ee55663fb8aa26a7ebd764ec5c94440bcd62f
Generalize the constant propagation optimization so that it applies on every
WHERE close, not just those that contain a subquery.  This then demonstrates
that the current implementation is inadequate since it does not take into
account collating sequences.

FossilOrigin-Name: 57eb2abd5b270d65be5e0f138f0d46899fa6091df3ba20b0ea7ef04244a15d48
manifest
manifest.uuid
src/expr.c
src/select.c
test/whereL.test