]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not optimize views with an ORDER BY clause if they are used in a UNION ALL
authordrh <drh@noemail.net>
Mon, 19 Sep 2005 17:35:53 +0000 (17:35 +0000)
committerdrh <drh@noemail.net>
Mon, 19 Sep 2005 17:35:53 +0000 (17:35 +0000)
commit4b14b4d72057bb945c7ed19352e698d6c5b027f8
tree3dcbd75ecbe59402a1ed1f7fbcae33f47a242b65
parenta7aa59e097ecb90d7d58a199102f16ee2aeab795
Do not optimize views with an ORDER BY clause if they are used in a UNION ALL
that also has an ORDER BY clause.  Ticket #1444. (CVS 2723)

FossilOrigin-Name: 6cc57fcf15cfa3ce73c78b1cac90f7806e5bae40
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
test/tkt1444.test [new file with mode: 0644]