Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Close the auxiliary database db2 at the end of the crash8.test script. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0fbdc431e832200efd87efd68456d590 |
User & Date: | drh 2010-03-23 15:29:50.000 |
Context
2010-03-23
| ||
15:46 | Fix up obsolete comments in FTS3 to conform to the latest nomenclature. Add new comments to better explain FTS3 operation. (check-in: 3e4a008217 user: drh tags: trunk) | |
15:29 | Close the auxiliary database db2 at the end of the crash8.test script. (check-in: 0fbdc431e8 user: drh tags: trunk) | |
2010-03-22
| ||
17:38 | Add an extra test case for crash recovery. (check-in: f2326dad4e user: dan tags: trunk) | |
Changes
Changes to test/crash8.test.
︙ | ︙ | |||
392 393 394 395 396 397 398 399 400 | INSERT INTO t1 VALUES(randomblob(900)); } sqlite3 db2 testX.db execsql { PRAGMA integrity_check } db2 } {ok} } finish_test | > | 392 393 394 395 396 397 398 399 400 401 | INSERT INTO t1 VALUES(randomblob(900)); } sqlite3 db2 testX.db execsql { PRAGMA integrity_check } db2 } {ok} } catch {db2 close} finish_test |