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

Apply suggestions from SQLite FAQ to avoid the "database is locked" error #849

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

adombeck
Copy link
Contributor

@adombeck adombeck commented Mar 19, 2025

Let's try applying those suggestions and see if the error still occurs.

Closes #845
UDENG-6472

@adombeck adombeck changed the title Apply suggestions from FAQ to avoid the "database is locked" error Apply suggestions from SQLite FAQ to avoid the "database is locked" error Mar 19, 2025
@adombeck adombeck marked this pull request as ready for review March 19, 2025 12:36
@adombeck adombeck requested a review from a team as a code owner March 19, 2025 12:36
@adombeck adombeck requested a review from 3v1n0 March 19, 2025 12:37
@3v1n0
Copy link
Collaborator

3v1n0 commented Mar 19, 2025

Ok, I see that as per mattn/go-sqlite3#274 (comment) and mattn/go-sqlite3#274 (comment) it may still not be definitive, but I feel it will fix the porblem in for us, since it's already rare enough, so let's go with it!

@adombeck adombeck merged commit 4adde50 into main Mar 20, 2025
15 checks passed
@adombeck adombeck deleted the 845-fix-database-is-locked-error branch March 20, 2025 10:43
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.

Can't check authentication: failed to update user "....": insert user error: database is locked
2 participants