]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem with processing "LEFT JOIN tbl ON tbl.a = ? AND (tbl.b=? OR
authordan <dan@noemail.net>
Tue, 24 Apr 2018 18:53:24 +0000 (18:53 +0000)
committerdan <dan@noemail.net>
Tue, 24 Apr 2018 18:53:24 +0000 (18:53 +0000)
commit820fcd2ce9379d3ee4619016c53f450b6422332b
tree4a2d7129ae10957534a89addf1ae09f3c60617fe
parentc447595df535cf900bfc47fd6ff0524f2ee6837a
Fix a problem with processing "LEFT JOIN tbl ON tbl.a = ? AND (tbl.b=? OR
tbl.c=?)" in cases where there are indexes on both tbl(a, b) and tbl(a, c).

FossilOrigin-Name: ce35e39c5cc2b00dd6b4a9ffaa9d5eb7d9b862759e87d5f053729de7643eee9c
manifest
manifest.uuid
src/wherecode.c
test/join5.test