Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updates to the testing.html and different.html documents. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
197d293511ab79a16fa8991d10acde84 |
User & Date: | drh 2009-08-26 00:29:10.000 |
Context
2009-08-26
| ||
02:00 | Updates, clarifications, and typo fixes in the SQL language documentation. (check-in: 7b2b285803 user: drh tags: trunk) | |
00:29 | Updates to the testing.html and different.html documents. (check-in: 197d293511 user: drh tags: trunk) | |
2009-08-24
| ||
23:31 | Fix typos in malloc.html. (check-in: 292c7157b4 user: drh tags: trunk) | |
Changes
Changes to pages/different.in.
︙ | |||
90 91 92 93 94 95 96 | 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | - + - + - + + - + | Most other SQL database engines require you to dump and restore the database when moving from one platform to another and often when upgrading to a newer version of the software. } feature small {Compact} { When optimized for size, the whole SQLite library with everything enabled |
︙ |
Changes to pages/testing.in.
︙ | |||
248 249 250 251 252 253 254 | 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 | - + | failure.</p> <p>In I/O error tests, after the I/O error simulation failure mechanism is disabled, the database is examined using [PRAGMA integrity_check] to make sure that the I/O error has not introduced database corruption.</p> |
︙ | |||
292 293 294 295 296 297 298 | 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 | - + | damage is introduced that is characteristic of the kinds of damage one expects to see following a power loss. Then the database is opened and checks are made to ensure that it is well-formed and that the transaction either ran to completion or was completely rolled back. The interior of the loop is repeated multiple times for each snapshot with different random damage each time.</p> |
︙ |