]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Optimization: Convert an ORDER BY clause into a no-op if the query also
authordrh <drh@noemail.net>
Mon, 26 Apr 2010 19:17:26 +0000 (19:17 +0000)
committerdrh <drh@noemail.net>
Mon, 26 Apr 2010 19:17:26 +0000 (19:17 +0000)
commit8c6f666b26cd8244da3d7fb6da478b43105bc679
treee9ba3b47bce4b9e584f97c3f785619c8477e6ba8
parent93791ea0bac51d58675a54621e3fd7a1cce75d36
Optimization: Convert an ORDER BY clause into a no-op if the query also
contains a GROUP BY clause that will force the same output order.

FossilOrigin-Name: ca9d86baf70f210d331ce93102177c8005c494cb
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h