We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98798ba commit 3c7c358Copy full SHA for 3c7c358
doc/upgrading.txt
@@ -400,8 +400,8 @@ journal method to a rollback journal (``delete`` mode) by
400
using step 2 and replacing ``wal`` with ``delete``. (Note:
401
SQLite supports other journaling modes, but only ``wal`` and
402
``delete`` persist. Roundup doesn't set a journaling mode
403
-when it opens the database, so options such as ``truncate``
404
-are not used.)
+when it opens the database, so journaling mode options such
+as ``truncate`` are not useful.)
405
406
For details on WAL mode see `<https://www.sqlite.org/wal.html>`_
407
and `<https://www.sqlite.org/pragma.html#pragma_journal_mode>`_.
0 commit comments