On 01/25/2015 07:35 AM, Lev wrote:
On Sat, 24 Jan 2015 20:59:22 +0000
Simon Slavin <slavins-drl2ohjjk6tg9huczpv...@public.gmane.org> wrote:

and set it to 60000 (60 seconds) or so.
Okay, I try that, but I still don't understand how can a single threaded
application get a locked error.

Was the error message "database is locked" or "database table is locked"?

When you say "single threaded", are you also implying "uses a single connection"?

Is the statement that is hitting the SQLITE_LOCKED a DROP TABLE or DROP INDEX statement? If so, do you also have active statements associated with the same connection?

Dan.


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

Reply via email to