]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix problems with expressions like "(?,?,?) IN (SELECT c,b,a FROM ...)" when there...
authordrh <>
Thu, 4 Jun 2026 11:24:28 +0000 (11:24 +0000)
committerdrh <>
Thu, 4 Jun 2026 11:24:28 +0000 (11:24 +0000)
commit1ba44fc5e0287f4ab91f50060035bd6b97c85ef9
treeef60ff86c49db9ff475b37a7f5fcb74aeb993d16
parent1e1679194e00115c46339454bd4b9bac9a22468d
Fix problems with expressions like "(?,?,?) IN (SELECT c,b,a FROM ...)" when there is an index on columns "c", "b" and "a", but not in that order.

FossilOrigin-Name: af0bf4ee7778359d96b43605d947b44bbcef9f489732d0890103992cd970c3b5
manifest
manifest.uuid
src/expr.c
test/nulls1.test
test/nulls2.test [new file with mode: 0644]