Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Better phrasing of the read-only WAL mode disadvantage in wal.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
729be21bb1b07146704483570369d876 |
User & Date: | drh 2018-05-22 15:40:13.557 |
Context
2018-05-23
| ||
18:06 | Update the change log to mention the sqlite_sequence bug. (check-in: b31a1c8b32 user: drh tags: trunk) | |
2018-05-22
| ||
15:40 | Better phrasing of the read-only WAL mode disadvantage in wal.html. (check-in: 729be21bb1 user: drh tags: trunk) | |
15:31 | Read-only WAL mode in 3.22, not 3.20. (check-in: f5137e463c user: drh tags: trunk) | |
Changes
Changes to pages/wal.in.
︙ | |||
43 44 45 46 47 48 49 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | - - - + + + + + | from a backup using the [backup API]. You must be in a rollback journal mode to change the page size. <li><s>It is not possible to open [read-only WAL databases]. The opening process must have write privileges for "<tt>-shm</tt>" [wal-index] shared memory file associated with the database, if that file exists, or else write access on the directory containing the database file if the "<tt>-shm</tt>" file does not exist.</s> |
︙ |