]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The COMMIT command now works even if there are pending queries, as long
authordrh <drh@noemail.net>
Wed, 5 Nov 2008 16:37:34 +0000 (16:37 +0000)
committerdrh <drh@noemail.net>
Wed, 5 Nov 2008 16:37:34 +0000 (16:37 +0000)
commitad4a4b8047637d2e8168e09ed70c9e6f2670b969
treeac154853dddc4d21805b51d9c57bee4dfccc537e
parent7b607a081f3aadc17285822c7a079744907a42ed
The COMMIT command now works even if there are pending queries, as long
as the pending queries are reading and not writing the database. (CVS 5864)

FossilOrigin-Name: 51f04aaff2803487933b9dfcf39f27a249f18a98
12 files changed:
manifest
manifest.uuid
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
test/capi3.test
test/capi3c.test
test/incrblob.test
test/tkt3080.test
test/trans3.test