Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Change a comment in test script backup.test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
313546b4566095aedccdaa2703703612 |
User & Date: | dan 2012-01-31 05:11:50.732 |
Context
2012-01-31
| ||
13:35 | Improvements to the documentation for sqlite3_uri_boolean(). (check-in: b0a161791d user: drh tags: trunk) | |
05:11 | Change a comment in test script backup.test. (check-in: 313546b456 user: dan tags: trunk) | |
2012-01-30
| ||
18:40 | Bring the documentation and implementation of sqlite3_uri_boolean() into closer agreement. Ticket [5f41597f7c9c] (check-in: 7b053d699f user: drh tags: trunk) | |
Changes
Changes to test/backup.test.
︙ | ︙ | |||
459 460 461 462 463 464 465 | do_test backup-4.5.3 { B finish } {SQLITE_READONLY} db close db2 close # | | | 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 | do_test backup-4.5.3 { B finish } {SQLITE_READONLY} db close db2 close # # End of backup-4.* tests. #--------------------------------------------------------------------- #--------------------------------------------------------------------- # The following tests, backup-5.*, test that the backup works properly # when the source database is modified during the backup. Test cases # are organized as follows: # |
︙ | ︙ |