]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Take advantage of the fact that b-tree cursors need not be closed while other cursors...
authordanielk1977 <danielk1977@noemail.net>
Wed, 2 Jan 2008 11:50:51 +0000 (11:50 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Wed, 2 Jan 2008 11:50:51 +0000 (11:50 +0000)
commite448dc4abfbd6b13d3dc0a5edd4efa470968dd1a
treebec106d23a788b177805f1f1a84a9fdd2601aded
parenteb9ae90137fbaef05f65cbc36c8c05c4ed2a81b6
Take advantage of the fact that b-tree cursors need not be closed while other cursors modify their tables to simplify trigger program generation code. (CVS 4654)

FossilOrigin-Name: f1966a8a47fca85f7862c0797a527ab01ac8b0c1
manifest
manifest.uuid
src/btree.c
src/delete.c
src/insert.c
src/update.c
src/vdbeaux.c