On Wed, Jun 25, 2014 at 8:04 PM, Sohail Somani <soh...@taggedtype.net>
wrote:

> 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.


I'm certain that no other statements were open in that connection. That's
one of the first things I rechecked.


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

Reply via email to