SQLite

Check-in [b8e536089b]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Disable the feature on this branch in non-SQLITE_ENABLE_SHARED_SCHEMA builds.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | reuse-schema
Files: files | file ages | folders
SHA3-256: b8e536089b0e6dec500a28556f826c99b78d979615ba3bc01ed31ead1b2112df
User & Date: dan 2019-03-21 17:13:55.850
Context
2019-03-21
17:22
Merge latest trunk changes with this branch. (check-in: 3196f5f480 user: dan tags: reuse-schema)
17:13
Disable the feature on this branch in non-SQLITE_ENABLE_SHARED_SCHEMA builds. (check-in: b8e536089b user: dan tags: reuse-schema)
2019-03-20
20:02
Use the IsReuseSchema() macro more consistently. Also, rename it to IsSharedSchema(). (check-in: c1be211c02 user: dan tags: reuse-schema)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/main.c.
Changes to src/prepare.c.
Changes to src/shell.c.in.
Changes to src/sqliteInt.h.
Changes to src/status.c.
Changes to src/tclsqlite.c.
Changes to src/test_config.c.
Changes to src/test_schemapool.c.
Changes to src/trigger.c.
Changes to src/vtab.c.
Changes to test/reuse1.test.
Changes to test/reuse2.test.
Changes to test/reuse3.test.
Changes to test/reuse4.test.
Changes to test/reuse5.test.
Changes to test/reusefault.test.
Changes to test/tclsqlite.test.