Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a link to the "How To Corrupt" document from the topical index. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b50b87b8989cf466e06a7008236b96ce |
User & Date: | drh 2014-08-19 10:23:43.856 |
Context
2014-08-27
| ||
15:25 | Add the Aditya and Karn book on SQLite in Android. (check-in: 9def66ffaf user: drh tags: trunk) | |
2014-08-19
| ||
10:23 | Add a link to the "How To Corrupt" document from the topical index. (check-in: b50b87b898 user: drh tags: trunk) | |
10:18 | Add a link to the Facebook corruption report caused by using a closed file descriptor. (check-in: a2d97df5b9 user: drh tags: trunk) | |
Changes
Changes to pages/docs.in.
︙ | ︙ | |||
223 224 225 226 227 228 229 230 231 232 233 234 235 236 | } heading {SQLite Technical/Design Documentation} { These documents are oriented toward describing the internal implementation details and operation of SQLite. } doc {Temporary Files Used By SQLite} {tempfiles.html} { SQLite can potentially use many different temporary files when processing certain SQL statements. This document describes the many kinds of temporary files that SQLite uses and offers suggestions for avoiding them on systems where creating a temporary file is an expensive operation. | > > > > > > > | 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 | } heading {SQLite Technical/Design Documentation} { These documents are oriented toward describing the internal implementation details and operation of SQLite. } doc {How Database Corruption Can Occur} {howtocorrupt.html} { SQLite is highly resistent to database corruption. But application, OS, and hardware bugs can still result in corrupt database files. This article describes many of the ways that SQLite database files can go corrupt. } doc {Temporary Files Used By SQLite} {tempfiles.html} { SQLite can potentially use many different temporary files when processing certain SQL statements. This document describes the many kinds of temporary files that SQLite uses and offers suggestions for avoiding them on systems where creating a temporary file is an expensive operation. |
︙ | ︙ |