]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a missing OP_ColumnsUsed opcode to code for expressions like "? IN (SELECT .... branch-3.8.9
authordrh <drh@noemail.net>
Fri, 14 Dec 2018 20:28:12 +0000 (20:28 +0000)
committerdrh <drh@noemail.net>
Fri, 14 Dec 2018 20:28:12 +0000 (20:28 +0000)
commite2528001be395af0c623579ca2c9e0a925036db0
tree1654bbbc7366eb1f6796f42845d43319e8c624ab
parent0f2654ecd91e5e12d0cadb71da457a72ce1547f7
Add a missing OP_ColumnsUsed opcode to code for expressions like "? IN (SELECT ...)" in cases where expression can use an index that may contain NULL values.
(Backported fix from version 3.14.0).

FossilOrigin-Name: 11368e673cc5a9a3ccf96d1c6fa37213215405ed32fea969ea85d6e7b2234b59
manifest
manifest.uuid
src/expr.c