]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the new sqlite3.mDbFlags field. Factor out bits of sqlite3.flags that
authordrh <drh@noemail.net>
Wed, 26 Jul 2017 19:59:13 +0000 (19:59 +0000)
committerdrh <drh@noemail.net>
Wed, 26 Jul 2017 19:59:13 +0000 (19:59 +0000)
commit8257aa8dbed2e45b0e0d78d8677a22d08159632c
tree542181a6417972af8265bd163779f27cf6d1dd10
parent61ffb2cda68963c2f19a58b271182513ed46286f
Add the new sqlite3.mDbFlags field.  Factor out bits of sqlite3.flags that
do not interact with PRAGMA statements into sqlite3.mDbFlags.

FossilOrigin-Name: 3808a00f06d372cc531da039d97bd974e4a6576a30cf63bf562f83f186b313b3
12 files changed:
manifest
manifest.uuid
src/alter.c
src/build.c
src/callback.c
src/insert.c
src/main.c
src/prepare.c
src/sqliteInt.h
src/trigger.c
src/vacuum.c
src/vdbe.c