Files
erlang-sqlite3/c_src
Alexey Romanov 2258c7bb73 Removed unneeded sqlite3_threadsafe() check
Since the database is accessed from 1 thread only
thanks to `key` parameter of `driver_async`.
In fact we could previously potentially access the
same DB twice from different emulator threads
precisely when SQLite3 is compiled in single-thread
mode.
2014-10-17 23:41:15 +04:00
..