]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not apply the query flattening optimization when the outer query is an
authordrh <drh@noemail.net>
Fri, 15 Feb 2008 14:33:03 +0000 (14:33 +0000)
committerdrh <drh@noemail.net>
Fri, 15 Feb 2008 14:33:03 +0000 (14:33 +0000)
commitc52e355de1b79a5047358c501f3f6fa70b7a0c5d
tree82aeebacba04e5db7204fefbfc131ee46289263e
parent52391cb406284740478d3337382c44852d658902
Do not apply the query flattening optimization when the outer query is an
aggregate and the inner query contains an ORDER BY clause.  Ticket #2943. (CVS 4791)

FossilOrigin-Name: 6d33cbd99cb0db680767ceb31ec6345e90a805bc
manifest
manifest.uuid
src/select.c
test/tkt2942.test [new file with mode: 0644]