On 22/06/2014 6:33 PM, João Ramos wrote:
The issue appeared with the following scenario: - using SQLite v3.8.4.3 -
the DB is in WAL mode and running with multi-thread mode - every thread has
a read-only DB connection (using thread-local-storage) - a single DB
connection is shared between threads to write

I had a similar issue and while I haven't yet resolved it, the culprit is a SQL statement not being finalized somewhere, not sure where. Make sure you have no open SQL statements.

Sohail

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to