]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure that transactions are started on all virtual tables that
authordrh <drh@noemail.net>
Mon, 28 Apr 2008 18:46:43 +0000 (18:46 +0000)
committerdrh <drh@noemail.net>
Mon, 28 Apr 2008 18:46:43 +0000 (18:46 +0000)
commit4f3dd1502e052b7dd3f1581aec32f294710a84d9
treee4eb1c0c94156658870aeb25f039f66cee405a34
parent952856ad3a297443dfd175655f1988e275296ff5
Make sure that transactions are started on all virtual tables that
changes in a single statement, not just the first.  Ticket #3083.
Need to add test cases. (CVS 5063)

FossilOrigin-Name: 133b7ee50ea6012739ebe0e334374c5d9b1fcc7f
manifest
manifest.uuid
src/build.c
src/delete.c
src/insert.c
src/sqliteInt.h
src/tokenize.c
src/update.c
src/vtab.c