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: for issue 52 #114

Closed
wants to merge 1 commit into from
Closed

fix: for issue 52 #114

wants to merge 1 commit into from

Conversation

ipr-sv
Copy link
Contributor

@ipr-sv ipr-sv commented Sep 26, 2024

about 'sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread'

Fix taken from this article references in the issue: https://ricardoanderegg.com/posts/python-sqlite-thread-safety/#conclusion

Closes #52.

…ated in a thread can only be used in that same thread'
@gsong
Copy link
Member

gsong commented Sep 29, 2024

Closed in favor of #117

@gsong gsong closed this Sep 29, 2024
@ipr-sv ipr-sv deleted the fix/issue_52 branch October 31, 2024 13:52
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.

SQLite objects created in a thread can only be used in that same thread. The object was created in thread
2 participants