2013-03-05 15:09:25
— part of check-in
[39247b14a5]
on branch experimental
— Add extended error code SQLITE_READONLY_ROLLBACK. Returned if a read-only connection cannot read the database because doing so would require it to roll back a hot-journal.
(user:
dan
size: 340354)
2013-03-05 16:54:45
— part of check-in
[4e6e07a60e]
on branch ex-robust-open
— Failed merge experimental branch with trunk.
(user:
dan
size: 340354)
2013-03-06 01:48:20
— part of check-in
[ce4ac66a4b]
on branch trunk
— Add the SQLITE_READONLY_ROLLBACK extended error code.
Do not try to set the permissions on journal or wal files except if the
filesize is initially zero (indicating that it is a new file.)
(user:
drh
size: 340354)