Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | When extending a database file, do so by writing one or more page-size chunks of data to the file, instead of just a single byte to the end. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
58577135a81d3f19667b1de6167d2e3f |
User & Date: | dan 2011-01-28 15:07:56.000 |
Context
2011-01-28
| ||
15:46 | Change pager_truncate() to a different method for extending files while also ensuring that writes are page-size and page-aligned. (check-in: 874bc8844f user: drh tags: trunk) | |
15:07 | When extending a database file, do so by writing one or more page-size chunks of data to the file, instead of just a single byte to the end. (check-in: 58577135a8 user: dan tags: trunk) | |
2011-01-27
| ||
14:35 | SQLite version 3.7.5 release candidate 1 (check-in: 35ac78f551 user: drh tags: trunk) | |
Changes
Changes to src/pager.c.