Mercurial > p > roundup > code
diff doc/upgrading.txt @ 7396:bb7752f6e1cd
Clarify wording.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 24 May 2023 12:17:00 -0400 |
| parents | 9bd7ed918121 |
| children | d364ef1d66c2 |
line wrap: on
line diff
--- a/doc/upgrading.txt Wed May 24 12:13:05 2023 -0400 +++ b/doc/upgrading.txt Wed May 24 12:17:00 2023 -0400 @@ -400,8 +400,8 @@ using step 2 and replacing ``wal`` with ``delete``. (Note: SQLite supports other journaling modes, but only ``wal`` and ``delete`` persist. Roundup doesn't set a journaling mode -when it opens the database, so options such as ``truncate`` -are not used.) +when it opens the database, so journaling mode options such +as ``truncate`` are not useful.) For details on WAL mode see `<https://www.sqlite.org/wal.html>`_ and `<https://www.sqlite.org/pragma.html#pragma_journal_mode>`_.
