]> git.ipfire.org Git - thirdparty/sqlite.git/commit
More efficient handling of the LIMIT clause. Scalar subqueries and EXISTS
authordrh <drh@noemail.net>
Thu, 6 Oct 2005 16:53:14 +0000 (16:53 +0000)
committerdrh <drh@noemail.net>
Thu, 6 Oct 2005 16:53:14 +0000 (16:53 +0000)
commitec7429ae275e752c8fe65e93aa5815e98edf7e17
treecc92c709df0a1158b59c7e17a4f9de11f41db55b
parent23cc57f6a3b234545d65763694cf21cd07e2eeeb
More efficient handling of the LIMIT clause.  Scalar subqueries and EXISTS
on compound SELECT statements now working properly.  Ticket #1473. (CVS 2747)

FossilOrigin-Name: edca8913ca012fc0c17343a27f819de95147b1bd
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/table.c
src/vdbe.c
test/tkt1473.test [new file with mode: 0644]
test/where.test