]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add support for the "memdb" VFS and the sqlite3_memdb_ptr() and
authordrh <drh@noemail.net>
Wed, 3 Jan 2018 01:28:46 +0000 (01:28 +0000)
committerdrh <drh@noemail.net>
Wed, 3 Jan 2018 01:28:46 +0000 (01:28 +0000)
commitac442f41c134b1242baf488cd53ff57e64deb448
treea0f40b5e3db9f39da427662f7170559944518fb1
parentd9620b8555f1bd62847400b8c9d8d3c2adf60ccb
Add support for the "memdb" VFS and the sqlite3_memdb_ptr() and
sqlite3_memdb_config() interfaces, to enable an SQLite database to be
manipulated as an in-memory object.

FossilOrigin-Name: fb2ac2d2fa6374084f3325b41b257c7a3ace43aade4b666ec4be93b6b70dc39a
14 files changed:
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/main.c
src/memdb.c [new file with mode: 0644]
src/pager.c
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/test_config.c
test/memdb1.test [new file with mode: 0644]
tool/mksqlite3c.tcl