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.
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.