]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Query optimizer enhancement: In "FROM a,b,c left join d" allow the C table
authordrh <drh@noemail.net>
Sat, 16 Dec 2006 16:25:15 +0000 (16:25 +0000)
committerdrh <drh@noemail.net>
Sat, 16 Dec 2006 16:25:15 +0000 (16:25 +0000)
commit61dfc31d807d8958c18a37c0dcb0c155bd349b69
tree44916e207f8ed871edf708e6ad60af6b90a86e0f
parentf0fa1c1b9fca7b7c849ffaf2bc15d6cf9f97ff2e
Query optimizer enhancement: In "FROM a,b,c left join d" allow the C table
to be reordered with A and B.  This used to be the case but the capability
was removed by (3203) and (3052) in response to ticket #1652.  This change
restores the capability. (CVS 3529)

FossilOrigin-Name: 7393c81b8cb9d4344ae744de9eabcb3af64f1db8
manifest
manifest.uuid
src/build.c
src/expr.c
src/parse.y
src/select.c
src/sqliteInt.h
src/where.c
test/where3.test