]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When optimizing out an ORDER BY clause due to uniqueness constraints, make
authordrh <drh@noemail.net>
Tue, 6 Feb 2007 13:26:32 +0000 (13:26 +0000)
committerdrh <drh@noemail.net>
Tue, 6 Feb 2007 13:26:32 +0000 (13:26 +0000)
commit7b4fc6a8cb8e7fb63ddf5012fa89adcc21487de7
tree0e0bc37f53e9bbc6f17fd4d66851c2cb540628e9
parent8ebf6707cf6716c55d68e2ba7e62ef820c590050
When optimizing out an ORDER BY clause due to uniqueness constraints, make
sure unused terms to the right in the ORDER BY clause to not reference other
tables in a join.  Ticket #2211.  Additional test cases needed before
closing this ticket. (CVS 3629)

FossilOrigin-Name: 912faf18d86416b1a36660851f8a4554e6746875
manifest
manifest.uuid
src/where.c
test/where.test