]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem where an expression like (a, b) IN (SELECT ...) might not use an index...
authordan <Dan Kennedy>
Sat, 20 Apr 2024 15:14:06 +0000 (15:14 +0000)
committerdan <Dan Kennedy>
Sat, 20 Apr 2024 15:14:06 +0000 (15:14 +0000)
commitd737feeacfdbf6ea5d44e383647ea6ced390c3ab
tree1f131fe1c07ee18dd7d4b22cb1090e2178cf9b51
parent0526db32e2657b2b16fa3333e5b8c6e24754eaf2
Fix a problem where an expression like (a, b) IN (SELECT ...) might not use an index on (a, b) if the affinities and collation sequences of "a" and "b" are not identical.

FossilOrigin-Name: 4d870fd8b5450047a7486fc023d1ac9439642e8ed91eadfd5026c4cda7cc9179
manifest
manifest.uuid
src/where.c