]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make the LIMIT clause work even if the destination of the SELECT is
authordrh <drh@noemail.net>
Fri, 14 Jun 2002 22:38:41 +0000 (22:38 +0000)
committerdrh <drh@noemail.net>
Fri, 14 Jun 2002 22:38:41 +0000 (22:38 +0000)
commitdf199a25bd0c85168a89c08b0fa832fb315a493c
treedeb2945438219a3ecb037283ec0579daa639f4c5
parentc27a1ce4bd75154f3c7aaf7b4f921ee3a21a9b2d
Make the LIMIT clause work even if the destination of the SELECT is
something other than a callback.  (Ticket #66) (CVS 619)

FossilOrigin-Name: 699cf362083043615eb88635a228bfa46a315c9c
manifest
manifest.uuid
src/select.c
src/vdbe.c
src/vdbe.h
src/where.c
test/limit.test
test/where.test