]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not call the xDisconnect method on a virtual table while xUpdate is
authordrh <drh@noemail.net>
Sat, 2 Sep 2006 20:57:52 +0000 (20:57 +0000)
committerdrh <drh@noemail.net>
Sat, 2 Sep 2006 20:57:52 +0000 (20:57 +0000)
commit189d4afaaf7be78b376f0f85839c005f97351a73
tree963a2c175eebaa6340443c5a2428cc0a18cdb249
parent80788d8b6588c2b4e8d0f5309624a528971621a4
Do not call the xDisconnect method on a virtual table while xUpdate is
pending.  Instead, defer the xDisconnect until after xUpdate completes. (CVS 3387)

FossilOrigin-Name: 61148f4c36255c4ed3552f888fa75252b300589d
manifest
manifest.uuid
src/sqliteInt.h
src/vdbe.c
src/vtab.c