]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not flatten subqueries that are part of a compound SELECT and which
authordrh <drh@noemail.net>
Sun, 6 May 2007 20:04:24 +0000 (20:04 +0000)
committerdrh <drh@noemail.net>
Sun, 6 May 2007 20:04:24 +0000 (20:04 +0000)
commitad91c6cd40e5d0d5819b0e682dc1866e5f2f63c6
treeb4ea085de369847ab9f289e55925bd8d19d27112
parent83852acc446915586c4504683b50c94efe888707
Do not flatten subqueries that are part of a compound SELECT and which
have both an ORDER BY and a LIMIT clause.  Ticket #2339. (CVS 3932)

FossilOrigin-Name: 9600a998043c6dd1d5ecb03d1ee9a9273910243d
manifest
manifest.uuid
src/select.c
test/tkt2339.test [new file with mode: 0644]