]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix for ticket #136: Added the OP_RenameCursor VDBE instruction and used it
authordrh <drh@noemail.net>
Sun, 25 Aug 2002 19:20:40 +0000 (19:20 +0000)
committerdrh <drh@noemail.net>
Sun, 25 Aug 2002 19:20:40 +0000 (19:20 +0000)
commit8c74a8ca5b056f61879f0e44c0d96551fc99706d
tree9985f1910dee55acea874e07664133c9a4d75f60
parentd94a66989474da2fb8c3d848b68a941d0876f9ff
Fix for ticket #136:  Added the OP_RenameCursor VDBE instruction and used it
to make cursor numbers right on nested subqueries.  Also added OP_Gosub and
OP_Return but have not actually used them for anything yet. (CVS 727)

FossilOrigin-Name: c602603e7cd8dc5c8bb9db2748eacab650de5bf0
manifest
manifest.uuid
src/select.c
src/trigger.c
src/vdbe.c
src/vdbe.h
test/view.test