]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Invalidate all VDBE cursor row caches in between calls to sqlite3_step()
authordrh <drh@noemail.net>
Sat, 7 Jan 2006 18:48:26 +0000 (18:48 +0000)
committerdrh <drh@noemail.net>
Sat, 7 Jan 2006 18:48:26 +0000 (18:48 +0000)
commit76873ab240b2acf09342e2e7153a8dcef942bcf1
tree3b1ba8876d04200f534ab9570396b326096b2d57
parent4bddfd2f6e08fef063965ebc4c1bab9293cde2e9
Invalidate all VDBE cursor row caches in between calls to sqlite3_step()
since the emphemeral content that those caches point to might change if
the statement is READ UNCOMMITTED. (CVS 2886)

FossilOrigin-Name: 0ae461313c1642a49a9f6cda608c42c7c0053ce4
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c