]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When the [https://www.sqlite.org/queryplanner.html#partialsort|block sorting optimiza...
authordrh <drh@noemail.net>
Wed, 2 Nov 2016 16:29:31 +0000 (16:29 +0000)
committerdrh <drh@noemail.net>
Wed, 2 Nov 2016 16:29:31 +0000 (16:29 +0000)
commit66d89de8b438326a381b0f45abd66cf7b486c130
treeece96d67a16047560f764572db1a219174cc6abc
parent4427e597b217219b5a7a853e4a1007cc6bf35bb1
When the [https://www.sqlite.org/queryplanner.html#partialsort|block sorting optimization]
is used in a scalar subquery, be sure to exit the loop as soon as the first
valid output row is received.  Fix for ticket [cb3aa0641d9a4] backported
to the 3.8.9 branch.

FossilOrigin-Name: 8e4ba115ededca6da78f0679bc9eff08af9365a8
manifest
manifest.uuid
src/select.c
test/orderby1.test