Hi

Does anybody know did SQLite driver shipped with Qt4 is build to have SQLITE_THREADSAFE=1 flag set during the compilation or not.
If yes how to and where set SQLITE_THREADSAFE=2 to recompile with multit-hreded support instead serialized threads.

Is there any possibility to use sqlite3_config( ... ) method re alter the thread support mode in Qt4.

Regards