]> git.ipfire.org Git - thirdparty/sqlite.git/commit
After an OP_NullRow is executed on a cursor, cause any subsequent OP_Next or OP_Prev...
authordanielk1977 <danielk1977@noemail.net>
Wed, 8 Oct 2008 17:58:48 +0000 (17:58 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Wed, 8 Oct 2008 17:58:48 +0000 (17:58 +0000)
commitbe51a65dbc99ff0c132b9467295821b39f786856
treeea5082c67f30c924afcbb36907bc1db168210a89
parentd1d384888bc542531c94a4ade5e444764d67f404
After an OP_NullRow is executed on a cursor, cause any subsequent OP_Next or OP_Prev to behave as if there were no more rows to traverse. Ticket #3424. (CVS 5782)

FossilOrigin-Name: af679f6170b346fe61df7dae963b2a2853e62a62
manifest
manifest.uuid
src/btree.c
src/btree.h
src/vdbe.c
test/tkt3424.test [new file with mode: 0644]