drh
|
6ab91a7a7a
|
Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases
so that they work with DEFENSIVE enabled.
FossilOrigin-Name: 3212733cb6d1a59516d67a86df7c7b1d2456a1b2e5d7080c26b0e87b2609c65d
|
2018-11-07 02:17:01 +00:00 |
|
dan
|
8d4b7a3fa8
|
If a call to sqlite3_snapshot_open() fails because the requested snapshot no
longer exists, return SQLITE_ERROR_SNAPSHOT instead of SQLITE_BUSY_SNAPSHOT.
FossilOrigin-Name: e07923128bb164efbafde29d49175b61f2ef44b2dfac5ae4ed61937945dfcf4c
|
2018-08-31 19:00:16 +00:00 |
|
dan
|
b92d585c60
|
Add an extra snapshot related test case.
FossilOrigin-Name: 24a95e143785bb8e12198092d13c979ec2e116fa8b55d0bf482cb473a92294d8
|
2017-09-25 09:37:37 +00:00 |
|
drh
|
e0a04a36a6
|
All temp.sqlite_master to be used as an alias for sqlite_temp_master.
FossilOrigin-Name: 8d646905b830d5bb29092e103ac5cb499b3c7e5a
|
2016-12-16 01:00:21 +00:00 |
|
dan
|
93f5113290
|
Remove the requirement to open the wal file before sqlite3_snapshot_recover()
is called. Also add some comments to new functions.
FossilOrigin-Name: 28393c413cc4505b94411730e728583c5d4baaae
|
2016-11-19 18:31:37 +00:00 |
|
dan
|
4d4757fcc8
|
Test some extra error conditions in sqlite3_recover_snapshot().
FossilOrigin-Name: db314213c08f27dd0ff5ede3c6a8eda36560809a
|
2016-11-19 17:30:57 +00:00 |
|
dan
|
5b4009f637
|
Fix a bug in sqlite3_snapshot_recover() that could cause subsequent read
transactions to use out-of-data cache entries.
FossilOrigin-Name: 9abeb7980a34cec11a3420e14ad98a4ec0d9c599
|
2016-11-19 14:53:22 +00:00 |
|
dan
|
1158498dce
|
Add experimental sqlite3_snapshot_recover() API.
FossilOrigin-Name: 174a6076a8d7bebe5efebf55f3fdc5d87c589cc7
|
2016-11-18 20:49:43 +00:00 |
|
dan
|
93006cdd85
|
Add tests for snapshot interfaces.
FossilOrigin-Name: 1f7ee7af7b620262ae663d65889b6a87415d4a34
|
2016-11-18 18:22:05 +00:00 |
|