]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the LIMIT and OFFSET handling for UNION ALL queries that contain a
authordrh <drh@noemail.net>
Tue, 6 Oct 2015 17:27:18 +0000 (17:27 +0000)
committerdrh <drh@noemail.net>
Tue, 6 Oct 2015 17:27:18 +0000 (17:27 +0000)
commit9f1ef45f6afbea1ef46a963b25bfeb90806e0fca
tree4d0d32a421b84d3357b6398a47a5f8d03148b485
parent8d9837acd52d5bd8212ca93c882bb4a40ef6cd76
Fix the LIMIT and OFFSET handling for UNION ALL queries that contain a
subquery with ORDER BY on the right-hand side.  Fix for ticket
[b65cb2c8d91f668584].

FossilOrigin-Name: 4b631364354068af95a01630469cb6fbfe8b52fd
manifest
manifest.uuid
src/select.c
test/offset1.test [new file with mode: 0644]