Roundup Tracker - Issues

Message7652

Author rouilj
Recipients rouilj
Date 2022-10-20.03:11:21
Message-id <1666235481.84.0.0480696361388.issue2551235@roundup.psfhosted.org>
In-reply-to
Add a sql command to roundup-admin to allow running sql commands against the database.

Specific use case is to toggle sqlite db from delete to wal journal mode and back.
The admin/upgrading documentation uses sqlite3. If sqlite3 is not installed
(e.g in a docker container) Roundup should provide some alternate method.

If the sql command is run against a non-sql backend it should return an appropriate
error.

Open question:

  should the sql command allow arbitrary sql, or should it be filtered (e.g. to rule
  out dropping tables)?
History
Date User Action Args
2022-10-20 03:11:21rouiljsetrecipients: + rouilj
2022-10-20 03:11:21rouiljsetmessageid: <1666235481.84.0.0480696361388.issue2551235@roundup.psfhosted.org>
2022-10-20 03:11:21rouiljlinkissue2551235 messages
2022-10-20 03:11:21rouiljcreate