]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When adding the implied "LIMIT 1" to the end of a scalar subquery, make sure
authordrh <drh@noemail.net>
Wed, 15 Apr 2015 05:20:44 +0000 (05:20 +0000)
committerdrh <drh@noemail.net>
Wed, 15 Apr 2015 05:20:44 +0000 (05:20 +0000)
commit1978d171cb1f64765b18c81ad3d8bde62c2d434c
tree98a11c7ff69e45875466c11eb3a55466ced07026
parent0ec68f845c1ab87995f8956c2617c7017809a963
When adding the implied "LIMIT 1" to the end of a scalar subquery, make sure
that subquery is not a VALUES-only query as such queries cannot deal with
LIMIT clauses.

FossilOrigin-Name: 7c27310bdf6b4af44a0811a2787ed64966d720d2
manifest
manifest.uuid
src/expr.c
test/select4.test