]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change sqlite3_prepare_v3() to require SQLITE_PREPARE_CACHE in order for a
authordrh <>
Wed, 24 Aug 2022 23:50:45 +0000 (23:50 +0000)
committerdrh <>
Wed, 24 Aug 2022 23:50:45 +0000 (23:50 +0000)
commit1544960b3d1b26b90f3c90fe56f7cb4444b75d17
tree8fb5c63a4784b258eaaa4a65b263e92130ef4227
parent4f2bf6bf8849cae1edfa73b872eeb2ebb626d188
Change sqlite3_prepare_v3() to require SQLITE_PREPARE_CACHE in order for a
statement to be a cache candidate.  But any statement can pull from the cache.
Also add statement cache control to the CLI.

FossilOrigin-Name: c9dc536db9d13c0d66e5b84e564d6813c184ae26c889413a64b365781bf8ee50
manifest
manifest.uuid
src/main.c
src/prepare.c
src/shell.c.in
src/vdbeaux.c
test/speedtest1.c
tool/speed-check.sh