]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix problems with expressions like "(?,?,?) IN (SELECT c,b,a FROM ...)" when there...
authordan <Dan Kennedy>
Thu, 4 Jun 2026 11:19:43 +0000 (11:19 +0000)
committerdan <Dan Kennedy>
Thu, 4 Jun 2026 11:19:43 +0000 (11:19 +0000)
commit62a3734e783f5c58de3e2bcd0e50c61bc7254f4a
treee0500992e4ecb2ed4f6eeb40129c6a4dc24b5adc
parent95d072cc8136ddeb4962c3add943cc7d3abe00fc
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. Bug [bugs:/info/2026-06-04T07:02:53Z | 2026-06-04T07:02:53Z].

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