trace: use temporary connections to the database
When used within multiple threads, the previous code would raise: ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id XXX and this is thread id YYY. Let's find a better fix.
Showing
Please register or sign in to comment