aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/scrub.c
Commit message (Collapse)AuthorAge
* Extend the refactoring into extensions. Clean up stray newlines.drh2020-06-19
| | | FossilOrigin-Name: 7a876209a678a34c198b54ceef9e3c041f128a14dc73357f6a57cadadaa6cf7b
* Fix utility compilation issues with MSVC.mistachkin2018-03-07
| | | FossilOrigin-Name: 5bd5a79898790bef150b2bc7f275333444b1a723385e595931377ff4d32190bf
* Ensure that the sqlite3_scrub_backup() extension creates a backup database ↵dan2016-07-26
| | | | | at least as large as indicated by the database header, even if the last page of the input database is a free-list leaf. FossilOrigin-Name: 483994a54dee3c7a3801e0e9d3c96fa9dbd8d2fd
* Enhance the scrub utility program so that it does a FULL checkpoint prior todrh2016-05-17
| | | | | | starting the backup, to ensure that the database file content matches what needs to be backed up without having to look at the WAL file. FossilOrigin-Name: ab1c5ce50f139070d7a322f43132a93c8af2ed68
* Additional error reporting. Open the source database read/write so thatdrh2016-05-05
| | | | | it can delete the WAL file when done. FossilOrigin-Name: d2efd3c176f0eba2d78105f0bb3161db38bd4bab
* Working when run against sqlite.fossil.drh2016-05-05
| | | FossilOrigin-Name: b0bd9dd6255be161ea289ba6caa3fbd568128f62
* Finished implementation compiles, but untested.drh2016-05-05
| | | FossilOrigin-Name: aeb88bdf6fe9e5839b1503ab5740b27bc09d4842
* Initial check-in of the "scrub.exe" utility program prototype. Not yetdrh2016-05-05
fully functional. In particular, no scrubbing is done. FossilOrigin-Name: bdf2ec77d1542d4e9b68218f558710a3efc15823