]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Instead of the new sqlite3_prepare_v3() interface, provide the dbconfig-prepare-flags
authordrh <drh@noemail.net>
Wed, 28 Jun 2017 17:29:06 +0000 (17:29 +0000)
committerdrh <drh@noemail.net>
Wed, 28 Jun 2017 17:29:06 +0000 (17:29 +0000)
commit8d4aaa170ff032c40ce6d8913ba39ee32c03b9a8
treee03412618b5ec1933ee6d423fce0dbc34865f54c
parentd0bbe4e9c25fa8b942ebd514b06904f1cf1d8eb4
Instead of the new sqlite3_prepare_v3() interface, provide the
SQLITE_DBCONFIG_PREPARE_FLAGS interface which sets the flags on the single
next call to sqlite3_prepare_v2() or its cousins.

FossilOrigin-Name: 942c3ef8cdb172f4d055c544192b55bf02e4b660c7752f0f7b1fa34d3758cc33
13 files changed:
ext/fts3/fts3.c
ext/fts3/fts3_write.c
ext/fts5/fts5_index.c
ext/fts5/fts5_main.c
ext/fts5/fts5_storage.c
ext/rtree/rtree.c
manifest
manifest.uuid
src/main.c
src/prepare.c
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c