Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRDB 7: Perform all writes with immediate transactions by default #1602

Merged
merged 3 commits into from
Aug 25, 2024

Conversation

groue
Copy link
Owner

@groue groue commented Aug 25, 2024

Read-only transactions are DEFERRED by default, and write transactions are IMMEDIATE.

See #1483 for some context.

GRDB now defaults read-only transactions to DEFERRED, and write transactions to IMMEDIATE. See #1483 for some context.
@groue groue changed the title GRDB 7: Perform all writes with immediate transaction by default GRDB 7: Perform all writes with immediate transactions by default Aug 25, 2024
@groue groue merged commit 1a0403a into GRDB7 Aug 25, 2024
8 checks passed
@groue groue deleted the dev/GRDB7-remove-default-transaction-kind branch August 25, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant