Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/snapshot.test
2018-08-31
| ||
19:00 | [a504f2e700] part of check-in [e07923128b] If a call to sqlite3_snapshot_open() fails because the requested snapshot no longer exists, return SQLITE_ERROR_SNAPSHOT instead of SQLITE_BUSY_SNAPSHOT. (check-in: [e07923128b] user: dan branch: trunk, size: 12533) | |
2018-08-06
| ||
17:12 | [fef12fc5c1] part of check-in [051ac01520] Allow sqlite3_snapshot_open() to be called to change the snapshot after a read transaction is already open on database. (check-in: [051ac01520] user: dan branch: exp-snapshot-open, size: 12530) | |
2016-11-18
| ||
18:43 | [85735bd997] part of check-in [83b658dad0] Require that the database handle be in autocommit mode for sqlite3_snapshot_get() to succeed. This is because it may open a read transaction on the database file. (check-in: [83b658dad0] user: dan branch: serializable-snapshot, size: 12106) | |
14:38 | [bb34cc3882] part of check-in [16b9bf9274] Enhance existing snapshot tests to serialize/deserialize snapshots. No new tests. (check-in: [16b9bf9274] user: dan branch: serializable-snapshot, size: 11837) | |
2016-05-09
| ||
23:11 | [a194650461] part of check-in [79ecd0ef20] Fixes to requirements marks. No changes to code. (check-in: [79ecd0ef20] user: drh branch: trunk, size: 10404) | |
2016-04-12
| ||
15:14 | [3adc4ef09d] part of check-in [8fc834741b] Update the documentation for sqlite3_snapshot_cmp() to make the circumstances under which the comparison is valid clearer. Add tests for the same. (check-in: [8fc834741b] user: dan branch: snapshot-cmp, size: 10581) | |
2016-04-11
| ||
19:59 | [4488cd49f8] part of check-in [c698a21af7] Add the sqlite3_snapshot_cmp() API. (check-in: [c698a21af7] user: dan branch: snapshot-cmp, size: 9602) | |
2016-03-24
| ||
15:09 | [9ed24c792f] part of check-in [f4d234b501] Fix some test scripts so that they work with various permutations. (check-in: [f4d234b501] user: dan branch: trunk, size: 8850) | |
2016-02-27
| ||
14:00 | [c03eb5ba16] part of check-in [33dd671cb9] Enhance documentation of sqlite3_snapshot_open() to explain that the database connection must have participated in at least one read operation prior to the beginning of the transaction for which the snapshot is to be opened. Add test cases for this fact. (check-in: [33dd671cb9] user: drh branch: trunk, size: 8512) | |
2016-02-05
| ||
16:46 | [5ec4651d16] part of check-in [a6b3527323] From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. (check-in: [a6b3527323] user: drh branch: trunk, size: 7984) | |
2015-12-11
| ||
03:20 | [efc6b4edc5] part of check-in [5fd008f043] Disable the snapshot test scripts if not compiled with SQLITE_ENABLE_SNAPSHOT. (check-in: [5fd008f043] user: drh branch: snapshot-get, size: 7995) | |
2015-12-10
| ||
20:03 | [bfcf728577] part of check-in [b9c90f1029] Update the sqlite3_snapshot_get() API so that if the caller does not have an open read transaction on the named database, one is automatically opened. (check-in: [b9c90f1029] user: dan branch: snapshot-get, size: 7954) | |
19:44 | [62983ac46f] part of check-in [f3b743623a] Add tests to snapshot.test. (check-in: [f3b743623a] user: dan branch: snapshot-get, size: 7580) | |
19:11 | [184c7ed21f] part of check-in [5343060bcc] Return SQLITE_BUSY (not SQLITE_BUSY_SNAPSHOT) if sqlite3_snapshot_open() fails to obtain the shared checkpointer lock. (check-in: [5343060bcc] user: dan branch: snapshot-get, size: 6765) | |
18:06 | [5631669a13] part of check-in [b908048b6c] Add tests to ensure that an sqlite3_snapshot_open() client cannot be tricked into reading a corrupt snapshot even if another process fails mid-checkpoint. (check-in: [b908048b6c] user: dan branch: snapshot-get, size: 5819) | |
15:45 | [f91d907460] part of check-in [8084eae0bc] Have sqlite3_snapshot_open() avoid a race condition by taking a shared CHECKPOINTER lock while checking pInfo->nBackfillAttempted. (check-in: [8084eae0bc] user: dan branch: snapshot-get, size: 5874) | |
2015-12-09
| ||
20:05 | [800e0be448] part of check-in [7315f7cbf4] Update sqlite3_snapshot_open() to reduce the chances of reading a corrupt snapshot created by a checkpointer process exiting unexpectedly. (check-in: [7315f7cbf4] user: dan branch: snapshot-get, size: 5924) | |
2015-12-07
| ||
14:33 | Added: [061dc75b77] part of check-in [502cc6f353] Add tests for snapshot_get(), _open() and _free(). (check-in: [502cc6f353] user: dan branch: snapshot-get, size: 5328) | |