You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlite's FAQ says that sqlite is threadsafe if compiled with -DSQLITE_THREADSAFE. This can be checked at runtime with sqlite3_threadsafe(). Does HDBC-sqlite3 does that (in any situation)? Should it? Should it provide a binding to sqlite3_threadsafe()?
The text was updated successfully, but these errors were encountered:
sqlite's FAQ says that sqlite is threadsafe if compiled with -DSQLITE_THREADSAFE. This can be checked at runtime with sqlite3_threadsafe(). Does HDBC-sqlite3 does that (in any situation)? Should it? Should it provide a binding to sqlite3_threadsafe()?
The text was updated successfully, but these errors were encountered: