ip-tools / python-epo-ops-client

Python client for EPO OPS, the European Patent Office's Open Patent Services API.
Apache License 2.0
143 stars 58 forks source link

fix: for issue 52 #114

Closed ipr-sv closed 5 days ago

ipr-sv commented 1 week ago

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.

gsong commented 5 days ago

Closed in favor of #117