hdbc / hdbc-sqlite3

Sqlite v3 driver for HDBC
BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

Does HDBC-sqlite3 check for threadsafety? #11

Open soenkehahn opened 12 years ago

soenkehahn commented 12 years ago

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()?