]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In sqlite3_close_v2(), do not attempt to roll back a transaction if there exist activ...
authordan <dan@noemail.net>
Thu, 16 May 2013 11:57:28 +0000 (11:57 +0000)
committerdan <dan@noemail.net>
Thu, 16 May 2013 11:57:28 +0000 (11:57 +0000)
commit617dc8602d049822bf3d488dc2f09cb762fa029b
tree8b142d636ec68526e5e342466f27230db9025125
parent58a450c04105bd9d9126e9f80d706ee0a366821a
In sqlite3_close_v2(), do not attempt to roll back a transaction if there exist active statement objects. Any open transaction will be rolled back when the last of these statement objects is finalized.

FossilOrigin-Name: d11e76072a17fe833b87595d9d79f2c4b0b09cb3
manifest
manifest.uuid
src/main.c
src/test1.c
test/close.test [new file with mode: 0644]