Skip to content

OperationalError: cannot change into wal mode from within a transaction #154

Open
@simonw

Description

@simonw

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:

if recursive_triggers:
self.execute("PRAGMA recursive_triggers=on;")

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions