Roundup Tracker - Issues

Message8122

Author rouilj
Recipients ber, rouilj
Date 2024-08-03.23:33:48
Message-id <1722728028.29.0.311936142889.issue2551235@roundup.psfhosted.org>
In-reply-to
With python 3.12+ you can:

  python -m sqlite3 sqlite.db.file
  > pragma journal_mode;
  > pragma journal_mode=WAL

without needed any sqlite3 command tools.

I am closing this since 3.12 is used for the docker base images.

While the sql command could be useful for other sql databases, for this
use case it's not needed.
History
Date User Action Args
2024-08-03 23:33:48rouiljsetmessageid: <1722728028.29.0.311936142889.issue2551235@roundup.psfhosted.org>
2024-08-03 23:33:48rouiljsetrecipients: + rouilj, ber
2024-08-03 23:33:48rouiljlinkissue2551235 messages
2024-08-03 23:33:48rouiljcreate