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

Insert into database Error: database is locked #14

Closed
glaslos opened this issue Dec 16, 2012 · 2 comments
Closed

Insert into database Error: database is locked #14

glaslos opened this issue Dec 16, 2012 · 2 comments

Comments

@glaslos
Copy link
Member

glaslos commented Dec 16, 2012

SQLite throws an error:
Insert into database Error: database is locked

@johnnykv
Copy link
Member

I suspect that this one originates in the dork module. I think that some of
my work with performance optimizing has uncovered a concurrency issue in
that module.
Can you confirm that this error comes from the dork module?
Will look into it.

On 16/12/2012, at 14.39, Lukas Rist notifications@github.com wrote:

SQLite throws an error:
Insert into database Error: database is locked


Reply to this email directly or view it on
GitHubhttps://github.com//issues/14.

johnnykv added a commit that referenced this issue Dec 16, 2012
Classwide lock for all interaction with the dork database (db/dork.db).
Note: This module still use the native python sqlite module.
@johnnykv
Copy link
Member

After a bit of sherlock homing, the hotfix follows:
33e7428

Please test, and reopen if something breaks. All ok at my side.

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

No branches or pull requests

2 participants