SQLite

Check-in [7461d2e120]
Login

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

Overview
Comment:Add the ".recovery" command to the shell tool. For recovering the maximum amount data from corrupt databases. Still needs work.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | dbdata
Files: files | file ages | folders
SHA3-256: 7461d2e120f2149315ddac2676d51d7445bcdb8e97543effd9c30603517ef9da
User & Date: dan 2019-04-20 20:57:28.136
Context
2019-04-22
20:52
Enhance the ".recover" command. Fix a problem with overflow pages in dbdata.c. (check-in: f193ca587f user: dan tags: dbdata)
2019-04-20
20:57
Add the ".recovery" command to the shell tool. For recovering the maximum amount data from corrupt databases. Still needs work. (check-in: 7461d2e120 user: dan tags: dbdata)
2019-04-18
21:14
Add the sqlite_dbptr virtual table to the dbdata extension. For querying the links between b-tree pages. (check-in: 3213a15f21 user: dan tags: dbdata)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/misc/dbdata.c.
Changes to main.mk.
Changes to src/shell.c.in.
Changes to tool/mkshellc.tcl.