Open
Description
I'm getting this error when running:
sqlite-utils enable-wal beta.db
OperationalError: cannot change into wal mode from within a transaction
I'm worried that maybe that's because of this new code from #152:
sqlite-utils/sqlite_utils/db.py
Lines 128 to 129 in deb2eb0