[New-bugs-announce] [issue29228] sqlite3 OperationalError on changing into WAL transaction mode

yadayada report at bugs.python.org
Tue Jan 10 13:19:26 EST 2017


New submission from yadayada:

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.

----------
messages: 285141
nosy: yadayada
priority: normal
severity: normal
status: open
title: sqlite3 OperationalError on changing into WAL transaction mode
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29228>
_______________________________________


More information about the New-bugs-announce mailing list