]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure ON clause terms of a LEFT JOIN are not used with an index on the
authordrh <drh@noemail.net>
Wed, 26 Mar 2008 14:56:34 +0000 (14:56 +0000)
committerdrh <drh@noemail.net>
Wed, 26 Mar 2008 14:56:34 +0000 (14:56 +0000)
commit42165be18c00e0d328dc2c2123da3dbbbc693c5e
treea8af31477ccd2117fb3d7789e2942e527e8f01b2
parent995ae279b3e22fde6d7b4ede2d252a3165392e8d
Make sure ON clause terms of a LEFT JOIN are not used with an index on the
right table of the join.  Ticket #3015. (CVS 4919)

FossilOrigin-Name: 3fafa562593b51d38f58e7a691c193d34a812a05
manifest
manifest.uuid
src/where.c
test/where6.test [new file with mode: 0644]