aboutsummaryrefslogtreecommitdiff
path: root/test/snapshot3.test
Commit message (Collapse)AuthorAge
* Update a few test scripts so that they run on windows.dan2025-05-31
| | | FossilOrigin-Name: 14a18f4e3a3f35e636262a253364ab1e8054ed38c0c7fd482633522cbcf5ffc4
* When possible, avoid taking wal file read-lock 0 in sqlite3_snapshot_get().dan2024-09-26
| | | FossilOrigin-Name: 34b6ac3d76dbc6819778ec2a0f81cbcdcc0cd1a6303381d97f1c479e4ecdd132
* Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test casesdrh2018-11-07
| | | | | so that they work with DEFENSIVE enabled. FossilOrigin-Name: 3212733cb6d1a59516d67a86df7c7b1d2456a1b2e5d7080c26b0e87b2609c65d
* If a call to sqlite3_snapshot_open() fails because the requested snapshot nodan2018-08-31
| | | | | longer exists, return SQLITE_ERROR_SNAPSHOT instead of SQLITE_BUSY_SNAPSHOT. FossilOrigin-Name: e07923128bb164efbafde29d49175b61f2ef44b2dfac5ae4ed61937945dfcf4c
* Experimental change so that snapshot transactions always lock the wal file -dan2017-09-23
preventing writers or truncate-checkpointers from wrapping it. FossilOrigin-Name: d71eeaab9ecdeed772047498b781be1f0be0655af284b94cf676bb408ceea8b1