SQLite

All files named ”test/serverwal.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/serverwal.test

2017-07-24
19:23
Deleted: Only open a db in server-mode if there is a directory named "db-journal" in the file-system and the VFS is an exclusive locking VFS. (check-in: [e77d29f644] user: dan branch: server-process-edition, size: 0)
2017-05-12
18:52
[2d066ba70d] part of check-in [cbf44ed975] Require exclusive access to the db to wrap the wal file. Have "PRAGMA wal_checkpoint = restart" block for this. (check-in: [cbf44ed975] user: dan branch: server-edition, size: 2910)
2017-05-10
16:18
[a162dd5105] part of check-in [2584df3d42] Fix a problem causing a lock to be held past the end of a transaction. Use a blocking lock to take the read-lock on page 1 taken by all transactions. (check-in: [2584df3d42] user: dan branch: server-edition, size: 2487)
2017-05-09
16:32
[968154cee9] part of check-in [270b7d1eac] Fix a problem with wrapping the log file in server mode. (check-in: [270b7d1eac] user: dan branch: server-edition, size: 1953)
2017-05-08
20:15
Added: [92b8bf8e29] part of check-in [b733afc1d0] Add some support for wal mode to the hack on this branch. (check-in: [b733afc1d0] user: dan branch: server-edition, size: 1286)