Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add experimental sqlite3_open_v2() flag SQLITE_OPEN_REUSE_SCHEMA. For sharing identical in-memory schema objects between connections. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | reuse-schema |
Files: | files | file ages | folders |
SHA3-256: |
a625698048c05375f12ea8875892fdbf |
User & Date: | dan 2017-08-09 20:35:10.397 |
Context
2018-10-08
| ||
18:58 | Merge latest trunk changes into this branch. (check-in: 2ac72114a1 user: dan tags: reuse-schema) | |
2017-08-09
| ||
20:35 | Add experimental sqlite3_open_v2() flag SQLITE_OPEN_REUSE_SCHEMA. For sharing identical in-memory schema objects between connections. (check-in: a625698048 user: dan tags: reuse-schema) | |
19:27 | Various bug fixes for the new LSM1 virtual table design. (check-in: 94434a252f user: drh tags: trunk) | |
Changes
Changes to src/alter.c.
Changes to src/analyze.c.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/main.c.
Changes to src/prepare.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/trigger.c.
Changes to src/vacuum.c.
Changes to src/vdbe.h.
Changes to src/vdbeaux.c.
Changes to src/vtab.c.
Added test/reuse1.test.
Changes to test/tclsqlite.test.