]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In joins of the form: "A, B left C" make sure that the reordering optimization
authordrh <drh@noemail.net>
Wed, 1 Feb 2006 02:45:02 +0000 (02:45 +0000)
committerdrh <drh@noemail.net>
Wed, 1 Feb 2006 02:45:02 +0000 (02:45 +0000)
commit570b935c2a5c732ecb6d821f995ad0cb1bbf7ff8
treeedb9bca4c1bb301410f28a6a3dd10532740bb19f
parent8e2e2a16248b1985a6799835576f66d10d3b9b33
In joins of the form: "A, B left C" make sure that the reordering optimization
does not put table A after table C.  Ticket #1652. (CVS 3052)

FossilOrigin-Name: 248b9be93d9532e31c640432b75c3310e180acb3
manifest
manifest.uuid
src/where.c
test/where3.test [new file with mode: 0644]