aboutsummaryrefslogtreecommitdiff
path: root/test/corruptB.test
Commit message (Collapse)AuthorAge
* Add a new sqlite3_test_control() that indicates that database files aredrh2013-11-29
| | | | | | always well-formed. Use this during testing to enable assert() statements that prove conditions that are always true for well-formed databases. FossilOrigin-Name: 15e4f63d1f3cbcd0aa789fd3e460cd6e4d3338f9
* Add retry logic for AV defense to winOpen. Also, refactor test suite to ↵mistachkin2011-08-02
| | | | | allow the key Tcl file operations (e.g. copy and delete) to be retried. FossilOrigin-Name: 9007586fdabed8dbcc78581ea9821cfd1f9a4c8c
* Some changes to test scripts related to codec enabled versions of sqlite.dan2010-06-22
| | | FossilOrigin-Name: 85dd51a75c75b2a123744f646e04538e4e5d89b3
* Report corruption if a database contains a reference that is out of rangedrh2010-03-31
| | | | | according to the filesize-in-header database size. FossilOrigin-Name: a91db0b1cd0b0fbadc5c8fe2eb8863629b411d87
* Change getAndInitPage() (btree.c) to use only PagerAcquire(), not ↵danielk19772009-07-21
| | | | | PagerLookup() and PagerAcquire(). (CVS 6916) FossilOrigin-Name: 0b41dfc066b60ccabbf1a9ab4db41ebcb73a2799
* Remove leftover "breakpoint" commands from test scripts. Also remove blankdrh2009-06-05
| | | | | lines at the end of scripts. (CVS 6721) FossilOrigin-Name: 1fef16ec2b89981770cf44f606a420fbe031a7a4
* Fix some trivial cases where database corruption was causing an error code ↵danielk19772008-09-10
| | | | | other than SQLITE_CORRUPT to be returned. (CVS 5690) FossilOrigin-Name: 89fda074f6b4959c32f1083badba3c73cffb4995
* Fix for handling database files corrupted in such a was as to make a b-tree ↵danielk19772008-09-10
page a direct or indirect descendant of itself. (CVS 5689) FossilOrigin-Name: 93545861a70c190d67b0d1effdd8fe038d28811c