SQLite

Check-in [64f97530ad]
Login

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

Overview
Comment:Where possible, avoid loading all schemas into memory for PRAGMA statements.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | reuse-schema
Files: files | file ages | folders
SHA3-256: 64f97530ad387655767b5205fb9a9c723210cd4975176ab6fb71bca0cb585a74
User & Date: dan 2019-02-25 17:54:23.054
Context
2019-02-25
18:07
Merge latest trunk changes into this branch. (check-in: 5c1cf30859 user: dan tags: reuse-schema)
17:54
Where possible, avoid loading all schemas into memory for PRAGMA statements. (check-in: 64f97530ad user: dan tags: reuse-schema)
2019-02-22
17:44
Merge latest trunk changes into this branch. (check-in: 001771afd0 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/pragma.c.
Changes to src/pragma.h.
Changes to test/reuse4.test.
Changes to tool/mkpragmatab.tcl.