]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Update the query planner to recognize more cases where ORDER BY clauses
authordrh <drh@noemail.net>
Wed, 3 Oct 2012 12:56:18 +0000 (12:56 +0000)
committerdrh <drh@noemail.net>
Wed, 3 Oct 2012 12:56:18 +0000 (12:56 +0000)
commit325eff58d6b8b4563827e51f8ac9185751bdb9bf
treeeec9d179c0e3ccb80dde5172b0999007ee2ad480
parentc45e67162de9ad08991b095db0f5ae6d089f3535
parent6f0e400cba68d8cf91a6c3d0a0525b14cd5052e2
Update the query planner to recognize more cases where ORDER BY clauses
can be optimized out.  Add test cases to verify correct behavior of the
ORDER BY optimization when the covering-index-scan optimization is disabled.
Fix a harmless compiler warning in the TCL interface.

FossilOrigin-Name: 956e4d7f8958e7065ff2d61cd71519d6f4113d4a
manifest
manifest.uuid
src/tclsqlite.c
test/orderby2.test