Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge recent enhancements from trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | reuse-schema |
Files: | files | file ages | folders |
SHA3-256: |
ff9f3e09510b4418cb166fa2557598a2 |
User & Date: | drh 2019-05-24 13:04:56.001 |
Context
2019-05-24
| ||
13:15 | The ".shared-schema" command in the CLI requires the sqlite_dbpage table, so disable it if the build does not include that extension. (check-in: 0913ff4dc3 user: drh tags: reuse-schema) | |
13:04 | Merge recent enhancements from trunk. (check-in: ff9f3e0951 user: drh tags: reuse-schema) | |
11:55 | Fix an fts5 segfault that could occur after parsing a corrupt structure record. (check-in: 600daa9c27 user: dan tags: trunk) | |
2019-05-14
| ||
22:25 | Merge all the latest trunk enhancements into the reuse-schema branch. (check-in: 018f3199b9 user: drh tags: reuse-schema) | |
Changes
Changes to README.md.
Changes to ext/fts3/fts3_write.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/test/fts5corrupt3.test.
Added ext/fts5/test/fts5corrupt4.test.
Changes to ext/session/sqlite3session.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/expr.c.
Changes to src/parse.y.
Changes to src/pragma.c.
Changes to src/pragma.h.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to test/check.test.
Changes to test/corruptL.test.
Changes to test/countofview.test.
Added test/expr2.test.
Changes to test/fts3corrupt4.test.
Added test/fts3corrupt5.test.
Changes to test/fuzzdata7.db.
Changes to test/fuzzdata8.db.
Changes to test/index7.test.
Changes to test/indexexpr2.test.
Changes to test/intreal.test.
Changes to test/join5.test.
Changes to test/jrnlmode.test.
Changes to test/pragma4.test.
Changes to test/quote.test.
Changes to test/view.test.
Changes to test/with1.test.
Changes to tool/mkpragmatab.tcl.