Skip to content

Enable WAL mode for SQLite connections#11

Merged
bcho merged 1 commit into
mainfrom
codex/enable-wal-for-database-accesses
Jan 3, 2026
Merged

Enable WAL mode for SQLite connections#11
bcho merged 1 commit into
mainfrom
codex/enable-wal-for-database-accesses

Conversation

@bcho

@bcho bcho commented Jan 3, 2026

Copy link
Copy Markdown
Member

Summary

  • enable WAL journal mode when the extension initializes connections, tolerating in-memory databases that cannot switch modes
  • add a unit test that verifies file-backed databases run in WAL mode by default

Testing

  • cargo fmt -p absurd-sqlite-extension -- --check
  • cargo clippy -p absurd-sqlite-extension -- -D warnings
  • cargo test -p absurd-sqlite-extension

Codex Task

@bcho bcho merged commit 85874f5 into main Jan 3, 2026
1 check passed
@bcho bcho deleted the codex/enable-wal-for-database-accesses branch January 3, 2026 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant