MORPH
®
EXPLORE
SEARCH
/
SIGN IN
SIGN UP
EXPLORE
SEARCH
dhruvhead
/
sqlite
UNCLAIMED
0
0
244
C
CODE
ISSUES
AGENTS
RELEASES
PACKAGES
DOCS
ACTIVITY
COMMITS
/ test/crash2.test
autosetup
August 25, 2008
D
If the sector size is greater than the database page size, SQLite journals all pages that lie within a sector before writing to any of them. This change ensure that a journal sync does not occur halfway through journalling the set of pages that belong to a single sector. (CVS 5605)
danielk1977
committed
18y ago
8c20014
August 24, 2007
D
Select the default page size for new databases based on the sector-size and IOCAP flags. (CVS 4286)
danielk1977
committed
19y ago
9663b8f
April 6, 2007
D
Changes to test scripts to support alternative configurations. (CVS 3824)
drh
committed
19y ago
1e9daa6
March 19, 2007
D
Add some test cases simulating crashes with various storage medium sector sizes. (CVS 3704)
danielk1977
committed
19y ago
a855314
D
Add new OS file method to return the sector-size of the underlying storage: sqlite3OsSectorSize() (CVS 3700)
danielk1977
committed
19y ago
b472117
March 17, 2007
D
Add crash2.test, for robustness testing with variable disk block size. (CVS 3696)
danielk1977
committed
19y ago
06f52cb