]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_DBCONFIG_REQUIRE_TXN argument for sqlite3_dbconfig() which when
authordrh <drh@noemail.net>
Tue, 5 Apr 2016 17:50:36 +0000 (17:50 +0000)
committerdrh <drh@noemail.net>
Tue, 5 Apr 2016 17:50:36 +0000 (17:50 +0000)
commit600e9ca40ab1dbd6d349996872a74f07f622c6b3
tree945ef4a3feecf88187f92a30ce1fe3ba2eabc90d
parent60de73e83d397b8d581f31e312310398b66cb4e3
Add the SQLITE_DBCONFIG_REQUIRE_TXN argument for sqlite3_dbconfig() which when
set requires an explicit transaction before updating the database.

FossilOrigin-Name: b7570ac14df0b799569070c7400904040d30d4cc
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/vdbe.c