]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Require that the database handle be in autocommit mode for
authordan <dan@noemail.net>
Fri, 18 Nov 2016 18:43:39 +0000 (18:43 +0000)
committerdan <dan@noemail.net>
Fri, 18 Nov 2016 18:43:39 +0000 (18:43 +0000)
commitedace5d4f16897f813564259afe5200acd03ce0d
treea19e6e8cd8b1f63dc27748dcbb55d547903cd105
parent93006cdd853eb84752c0803928afdd25ce4cdb53
Require that the database handle be in autocommit mode for
sqlite3_snapshot_get() to succeed. This is because it may open a read
transaction on the database file.

FossilOrigin-Name: 83b658dad091211ade3594d1e8d00ce525882506
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
test/snapshot.test