]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add interfaces sqlite3_prepare_v3() and sqlite3_prepare16_v3() with the
authordrh <drh@noemail.net>
Thu, 29 Jun 2017 15:24:57 +0000 (15:24 +0000)
committerdrh <drh@noemail.net>
Thu, 29 Jun 2017 15:24:57 +0000 (15:24 +0000)
commit01e6d540a7e3be2c94db670efc2924ac02193a18
tree11ab99ea9534561aea745f398d7c3741dc166d65
parent14e61df2833c336641ed789c532d00b2b0f99d46
parentd0bbe4e9c25fa8b942ebd514b06904f1cf1d8eb4
Add interfaces sqlite3_prepare_v3() and sqlite3_prepare16_v3() with the
extra prepFlags argument. Add the SQLITE_PREPARE_PERSISTENT option as
one bit in that argument.  Use the new option in FTS3, FTS5, and RTREE.

FossilOrigin-Name: 03977248e6fdaa9b35c15e5dd9bb89552f2f0a913cc31609b5af1e2347b67d38
manifest
manifest.uuid
src/sqlite.h.in
src/vdbeInt.h
src/vdbeaux.c