On 25 May 2012, at 2:52am, Pavel Ivanov <[email protected]> wrote: > Also it suggests that transaction was began as read-only (with a > select statement) and then there was attempt to transform it to a > writing transaction (with insert, update or delete statement) when > there was another writing transaction in progress waiting for this > transaction to finish.
So experimenting with BEING IMMEDIATE and BEGIN EXCLUSIVE might help. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

