Skip to content

fix(sqlite): use implicit transactions when possible#10

Open
tcely wants to merge 1 commit into
hat-open:masterfrom
tcely:patch-5
Open

fix(sqlite): use implicit transactions when possible#10
tcely wants to merge 1 commit into
hat-open:masterfrom
tcely:patch-5

Conversation

@tcely
Copy link
Copy Markdown

@tcely tcely commented May 28, 2026

The previous configuration disabled implicit transactions at the SQLite level entirely.

This makes sense when a journal is not available.
However, when a journal is available, we should make use of implicit transactions for better consistency and the ability to retry commits.

The previous configuration disabled implicit transactions at the SQLite level entirely.

This makes sense when a journal is not available.
However, when a journal is available, we should make use of implicit transactions for better consistency and the ability to retry commits.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant