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

feat(core): open sqlite databases with SQLITE_OPEN_FULL_MUTEX #28276

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

Cammisuli
Copy link
Member

Current Behavior

The database is currently opened with the following flag:

OpenFlags::SQLITE_OPEN_NO_MUTEX,

Expected Behavior

The database is opened with the following flag:

OpenFlags::SQLITE_OPEN_FULL_MUTEX

This allows sqlite itself to handle multiple connections to the database and make all writes serial.

Related Issue(s)

Fixes #

Copy link

vercel bot commented Oct 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Oct 3, 2024 4:21pm

@FrozenPandaz FrozenPandaz merged commit 89ae128 into nrwl:master Oct 3, 2024
6 checks passed
@Cammisuli Cammisuli deleted the open-sqlite-with-full-mutex branch October 3, 2024 18:31
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.

2 participants