This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yadayada
Recipients yadayada
Date 2017-01-10.18:19:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484072366.39.0.529572648914.issue29228@psf.upfronthosting.co.za>
In-reply-to
Content
Running

sqlite3.connect('foo.db').execute("PRAGMA journal_mode = WAL")

will throw

sqlite3.OperationalError: cannot change into wal mode from within a transaction

on Python 3.6.0, but not with older versions.
History
Date User Action Args
2017-01-10 18:19:26yadayadasetrecipients: + yadayada
2017-01-10 18:19:26yadayadasetmessageid: <1484072366.39.0.529572648914.issue29228@psf.upfronthosting.co.za>
2017-01-10 18:19:26yadayadalinkissue29228 messages
2017-01-10 18:19:26yadayadacreate