]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add experimental sqlite3_open_v2() flag SQLITE_OPEN_REUSE_SCHEMA. For sharing
authordan <dan@noemail.net>
Wed, 9 Aug 2017 20:35:10 +0000 (20:35 +0000)
committerdan <dan@noemail.net>
Wed, 9 Aug 2017 20:35:10 +0000 (20:35 +0000)
commitd6af93a92c9292a0d596b8619ffd2ec4f589cffb
tree67bc56044ff9ff1bc5768158c9ee09a31540bed6
parent73e00cf056869c00518ef7755b013940ca0c84c8
Add experimental sqlite3_open_v2() flag SQLITE_OPEN_REUSE_SCHEMA. For sharing
identical in-memory schema objects between connections.

FossilOrigin-Name: a625698048c05375f12ea8875892fdbf3518291f10917fe68dd2294280cd3b42
18 files changed:
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/build.c
src/callback.c
src/main.c
src/prepare.c
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/trigger.c
src/vacuum.c
src/vdbe.h
src/vdbeaux.c
src/vtab.c
test/reuse1.test [new file with mode: 0644]
test/tclsqlite.test