SQLite Forum

WAL journal and threading mode
Login
How do I setup sqlite to call the *SQLite standard busy handler* in these conditions?


I found that if I do not register my own  **sqlite_busy_handler** callback then all **WRITE** operations will fail immediately with the **server busy** error...

*(this is in my unit-test application that works in MULTITHREADING(2) mode, with one connection per-thread)*