(For those playing along at home, SQLITE_LOCKED is a special-case version of 
SQLITE_BUSY.  You get it only when the competing access attempts come from the 
same connection (multi-tasking) or different connections sharing the same 
cache.)

Suppose I'm in a situation where I would get SQLITE_LOCKED.  Does SQLite 
attempt to resolve the problem using whatever busy-handler I've set up before 
returning that result ?

The documentation here

<https://sqlite.org/c3ref/busy_timeout.html>

seems to say otherwise but I'd like to be sure.

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

Reply via email to