SQLite

Check-in [1da302d85d]
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 | dbdata
Files: files | file ages | folders
SHA3-256: 1da302d85d7ad4ba54f877117a45d667439fd2ef31dc70ea1d54dc1fba196e68
User & Date: dan 2019-04-25 20:06:34.069
Context
2019-04-26
15:14
Fix a locking-page related problem with the ".recover" command. (check-in: afdae10424 user: dan tags: dbdata)
2019-04-25
20:06
Merge latest trunk changes into this branch. (check-in: 1da302d85d user: dan tags: dbdata)
19:23
Unless the "--freelist-corrupt" option is specified, do not have the .recover command attempt to recover data from pages that are on the database free-list. (check-in: 8d2f52bb64 user: dan tags: dbdata)
2019-04-24
17:04
New test cases in test/fuzzdata8.db. (check-in: 7be6222c9e user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to VERSION.
Changes to configure.
Changes to ext/fts3/fts3_write.c.
Changes to ext/fts5/fts5_buffer.c.
Changes to ext/fts5/test/fts5corrupt3.test.
Changes to src/alter.c.
Changes to src/btree.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/msvc.h.
Changes to src/parse.y.
Changes to src/select.c.
Changes to src/shell.c.in.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/util.c.
Changes to src/vacuum.c.
Changes to src/vdbemem.c.
Changes to src/wal.c.
Changes to src/where.c.
Changes to src/wherecode.c.
Changes to test/altertab.test.
Changes to test/corruptL.test.
Changes to test/fts3corrupt4.test.
Changes to test/fuzzdata8.db.
Changes to tool/showdb.c.