On Wed, May 23, 2012 at 1:25 PM, Stephan Beal <sgb...@googlemail.com> wrote:
> On Wed, May 23, 2012 at 7:22 PM, Pavel Ivanov <paiva...@gmail.com> wrote:
>
>> AFAIK, SQLITE_LOCKED implies that contention is from another
>> connection using the same shared database cache. And it can be handled
>> either via a busy handler just like SQLITE_BUSY or via
>> sqlite3_unlock_notify().
>
> #define SQLITE_BUSY         5   /* The database file is locked */
> #define SQLITE_LOCKED       6   /* A table in the database is locked */

Was this quote supposed to answer some question or clarify something?


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

Reply via email to