]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Detect when a VdbeCursor is still pointing at a valid row but that row has
authordrh <drh@noemail.net>
Tue, 25 Mar 2014 11:00:21 +0000 (11:00 +0000)
committerdrh <drh@noemail.net>
Tue, 25 Mar 2014 11:00:21 +0000 (11:00 +0000)
commit86dd3716b998bbc2ca2f1aad2a5c01eeb0d7ece8
tree624b03e7990c599fca5baa22f0a7cdce1c71507f
parentb22f38a7791fed647b172dff6b2b1cf308b6e66c
Detect when a VdbeCursor is still pointing at a valid row but that row has
moved, and invalidated the return from prior sqlite3BtreeDataFetch() or
sqlite3BtreeKeyFetch() calls.

FossilOrigin-Name: e6798871ce94961135762669af418cd78540c121
manifest
manifest.uuid
src/btree.c
src/vdbeaux.c