]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhancements to deserialize: (1) Add the SQLITE_FCNTL_SIZE_LIMIT file control
authordrh <drh@noemail.net>
Tue, 22 Jan 2019 16:06:20 +0000 (16:06 +0000)
committerdrh <drh@noemail.net>
Tue, 22 Jan 2019 16:06:20 +0000 (16:06 +0000)
commit6ca644818b163eaebae657f816f907335ed0b068
treecd03331614d1ce721bb4b45810f0c16d70da73c2
parent247c1b4a0bef2dcefffb96ce228136c63564be75
Enhancements to deserialize: (1) Add the SQLITE_FCNTL_SIZE_LIMIT file control
to set a maximum size for an in-memory database, defaulting to
SQLITE_MEMDB_DEFAULT_MAXSIZE or 1GiB.  (2) Honor the SQLITE_DESERIALIZE_READONLY
flag. (3) Enhance the TCL interface to support -maxsize N and -readonly BOOLEAN.
(4) Add the --maxsize option to the ".open" command and on the command-line for
the CLI.

FossilOrigin-Name: 30f08d58882819a69e353bcc1b6b349664bbfbe00aa1c115ba44a9fd899fcc5b
manifest
manifest.uuid
src/memdb.c
src/shell.c.in
src/sqlite.h.in
src/tclsqlite.c
test/memdb1.test