Skip to content

Default to journal_mode=wal if a database is open with custom WAL methods #104

Description

@psarna

If somebody opens a database with custom virtual WAL methods, it's reasonable to assume that they're also going to use WAL journaling mode. Let's make WAL default if the db is open with custom WAL methods, which would save users from having to explicitly call PRAGMA journal_mode=wal.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions