Small. Fast. Reliable.
Choose any three.
*** 81,87 ****
  
  The {link: http://www.sqlite.org/pragma.html#pragma_temp_store_directory PRAGMA temp_store_directory} SQL statement is not thread-safe.  If you need to
  change the directory in which SQLite is storing temporary files, do so once
! at program initialization and thereafter leave the setting along.
  
  The "localtime" modifier for the built-in date/time functions uses the
  localtime() C API, which is not threadsafe.  The call to localtime()
--- 81,87 ----
  
  The {link: http://www.sqlite.org/pragma.html#pragma_temp_store_directory PRAGMA temp_store_directory} SQL statement is not thread-safe.  If you need to
  change the directory in which SQLite is storing temporary files, do so once
! at program initialization and thereafter leave the setting alone.
  
  The "localtime" modifier for the built-in date/time functions uses the
  localtime() C API, which is not threadsafe.  The call to localtime()