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

fix: add mutex for sqlite #3981

Merged
merged 7 commits into from
Jul 25, 2024
Merged

fix: add mutex for sqlite #3981

merged 7 commits into from
Jul 25, 2024

Conversation

RogerHYang
Copy link
Contributor

@RogerHYang RogerHYang commented Jul 23, 2024

resolves #3949

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jul 23, 2024
@RogerHYang RogerHYang marked this pull request as draft July 23, 2024 23:29
This reverts commit 221215a.
@RogerHYang RogerHYang changed the title refactor: add mutex for writes by sqlite refactor: add mutex for sqlite Jul 23, 2024
@RogerHYang RogerHYang marked this pull request as ready for review July 23, 2024 23:34
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Jul 23, 2024
@RogerHYang RogerHYang changed the title refactor: add mutex for sqlite fix: add mutex for sqlite Jul 23, 2024
@RogerHYang RogerHYang merged commit 91f96ef into main Jul 25, 2024
11 checks passed
@RogerHYang RogerHYang deleted the mutex-for-sqlite branch July 25, 2024 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] "database is locked" error for sqlite under concurrent writes
2 participants