Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Improve error messages caused by corrupt database schemas in OPEN_SHARED_SCHEMA mode. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | reuse-schema |
Files: | files | file ages | folders |
SHA3-256: |
8ac75b8a880447ea67cf7646fc5af137 |
User & Date: | dan 2019-02-19 18:00:28.023 |
Context
2019-02-20
| ||
17:36 | Add test and fixes for SQLITE_OPEN_SHARED_SCHEMA mode. (check-in: 9a78d89c84 user: dan tags: reuse-schema) | |
2019-02-19
| ||
18:00 | Improve error messages caused by corrupt database schemas in OPEN_SHARED_SCHEMA mode. (check-in: 8ac75b8a88 user: dan tags: reuse-schema) | |
2019-02-18
| ||
18:16 | Ensure that creating temp schema items does not cause an OPEN_SHARABLE_SCHEMA connection to load all schemas into memory. (check-in: 88cbf54eee user: dan tags: reuse-schema) | |
Changes
Changes to src/alter.c.
Changes to src/analyze.c.
Changes to src/build.c.
Changes to src/fkey.c.
Changes to src/main.c.
Changes to src/pragma.c.
Changes to src/prepare.c.
Changes to src/sqliteInt.h.
Changes to src/vtab.c.
Changes to test/reuse2.test.
Changes to test/reuse3.test.
Changes to test/with3.test.