SQLite

Check-in [001771afd0]
Login

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

Overview
Comment:Merge latest trunk changes into this branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | reuse-schema
Files: files | file ages | folders
SHA3-256: 001771afd0567c04736a778fc78fd7144492ae7c830e7f55de61869ce988f0ed
User & Date: dan 2019-02-22 17:44:58.708
Context
2019-02-25
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)
16:18
In sqlite3NestedParse() be sure to detect all SQLITE_NOMEM and SQLITE_TOOBIG errors and to distinguish between them. (check-in: 73056b314b user: drh tags: trunk)
2019-02-20
18:44
Further test cases and fixes for SQLITE_OPEN_SHARED_SCHEMA. (check-in: ba0ab042f4 user: dan tags: reuse-schema)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts3/fts3_write.c.
Added ext/misc/fossildelta.c.
Changes to ext/rbu/sqlite3rbu.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/insert.c.
Changes to src/os_unix.c.
Changes to src/printf.c.
Changes to src/vdbe.c.
Changes to src/vdbeapi.c.
Changes to src/wherecode.c.
Changes to test/dbfuzz2.c.
Changes to test/fuzzdata8.db.
Changes to test/in.test.
Changes to test/indexfault.test.
Changes to test/printf.test.