Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix to the crash8.test test script. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.6.23 |
Files: | files | file ages | folders |
SHA1: |
f18a129a7aab09a1e0d34155e82bcbf7 |
User & Date: | drh 2010-03-26 21:48:00.000 |
Context
2010-03-26
| ||
21:53 | Pull in other fixes from the trunk: check-ins [bea9258643], [f186b6a619], and [bb591802ff]. (check-in: b1f342a664 user: drh tags: branch-3.6.23) | |
21:48 | Fix to the crash8.test test script. (check-in: f18a129a7a user: drh tags: branch-3.6.23) | |
17:42 | Enhance FTS3 to take advantage of the MAX() optimization. Cherrypick of [b7e42ae774]. (check-in: 4b65b48051 user: drh tags: branch-3.6.23) | |
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 |