Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Share schemas between databases attached to the same database handle. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | reuse-schema |
Files: | files | file ages | folders |
SHA3-256: |
ea611d7cba604dc901c8088ccfa13367 |
User & Date: | dan 2019-02-12 19:20:33.146 |
Context
2019-02-12
| ||
20:58 | Add tests for creating temp schema objects with SQLITE_OPEN_REUSE_SCHEMA connections. (check-in: 8c07b609fc user: dan tags: reuse-schema) | |
19:20 | Share schemas between databases attached to the same database handle. (check-in: ea611d7cba user: dan tags: reuse-schema) | |
2019-02-11
| ||
20:13 | Merge latest trunk changes into this branch. (check-in: dbedd81bf2 user: dan tags: reuse-schema) | |
Changes
Changes to src/attach.c.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/fkey.c.
Changes to src/prepare.c.
Changes to src/sqliteInt.h.
Changes to src/vdbe.c.
Changes to test/reuse1.test.
Changes to test/reuse2.test.