{"html_url": "https://github.com/simonw/sqlite-utils/issues/154#issuecomment-688544156", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/154", "id": 688544156, "node_id": "MDEyOklzc3VlQ29tbWVudDY4ODU0NDE1Ng==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-09-07T23:47:10Z", "updated_at": "2020-09-07T23:47:10Z", "author_association": "OWNER", "body": "This is already covered in the tests though: https://github.com/simonw/sqlite-utils/blob/deb2eb013ff85bbc828ebc244a9654f0d9c3139e/tests/test_cli.py#L1300-L1328", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 695441530, "label": "OperationalError: cannot change into wal mode from within a transaction"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/154#issuecomment-688543128", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/154", "id": 688543128, "node_id": "MDEyOklzc3VlQ29tbWVudDY4ODU0MzEyOA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-09-07T23:43:10Z", "updated_at": "2020-09-07T23:43:10Z", "author_association": "OWNER", "body": "Running this against the same file works:\r\n```\r\n$ sqlite3 beta.db \r\nSQLite version 3.31.1 2020-01-27 19:55:54\r\nEnter \".help\" for usage hints.\r\nsqlite> PRAGMA journal_mode=wal;\r\nwal\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 695441530, "label": "OperationalError: cannot change into wal mode from within a transaction"}, "performed_via_github_app": null}