]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The optimization of check-in [9b2879629c34fc0a] is incorrectly reasoned.
authordrh <drh@noemail.net>
Sun, 3 Nov 2019 00:07:41 +0000 (00:07 +0000)
committerdrh <drh@noemail.net>
Sun, 3 Nov 2019 00:07:41 +0000 (00:07 +0000)
commitdb535390dbe2506858a781e8250e3e51a3270f10
tree3b98f4366a0ed2d7aed6ebc6c7ef8074a0896c2b
parent03836614148488e8ea5539743b796d557451d630
The optimization of check-in [9b2879629c34fc0a] is incorrectly reasoned.
The WHERE clause of the partial index might not be true if the table of
the partial index is the right table of a left join.  So disable the
optimization in that case.  Ticket [623eff57e76d45f6]

FossilOrigin-Name: 3be19e1151af1850b65991edb82420f9412a7798dd756c86eaa9ffdde573263a
manifest
manifest.uuid
src/wherecode.c
test/join.test