I'm trying to crack
  http://trac.buildbot.net/ticket/2005
wherein a Buildbot user is seeing SQLITE_LOCKED in sqlite-3.6.23.1.
>From my read of
  http://www.sqlite.org/cvstrac/wiki?p=DatabaseIsLocked
that's basically not possible anymore, aside from filesystem errors.
Is that wiki page accurate, or are there funny things I might be doing
in Buildbot that could lead to this error?  The worst I can think of
is that one of my queries creates a temporary table (it's an update
operation with a long list of id's, so I put the id's in a temporary
table and then use "where id in (select id from temporary_table)").

Any pointers are appreciated.

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

Reply via email to