David M. Bryson
Results
1
issues of
David M. Bryson
When the sqlite3 threading mode is 'serialized', `sqlite3_errcode` and `sqlite3_errmsg` may be stomped on by concurrent use. Per the documentation, threads should obtain exclusive use via `sqlite3_db_mutex` to ensure consistency...