]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enable sqlite3_deserialize() in the CLI. The --deserialize option associated
authordrh <drh@noemail.net>
Tue, 30 Oct 2018 13:19:49 +0000 (13:19 +0000)
committerdrh <drh@noemail.net>
Tue, 30 Oct 2018 13:19:49 +0000 (13:19 +0000)
commit60f34ae09128bfe2ccd9574d1663102933ab1f1e
tree0fae58fd8f46f1ee4ab0ef3cff9e8877eed2a5b1
parentf4452cfbed0627f3eb09b59a5cf8ecc03509ff4f
Enable sqlite3_deserialize() in the CLI.  The --deserialize option associated
with opening a new database cause the database file to be read into memory
and accessed using the sqlite3_deserialize() API.  This simplifies running
tests on a database without risk of modifying the file on disk.

FossilOrigin-Name: 5e0129ee9afa7c2d707f8ac9e29ef3583c49bb1d0965085c067d58f828ac8cdf
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/shell.c.in