On 26 Sep 2013, at 3:45pm, Dan Kennedy <danielk1...@gmail.com> wrote:

> Sounds right. BEGIN EXCLUSIVE obtains an exclusive lock on
> the db. If this succeeds, no other connection to the same database
> will be able to successfully execute BEGIN EXCLUSIVE until
> your first connection has concluded its transaction or closed
> the database handle.

EXCLUSIVE implies IMMEDIATE, right ?  Just thought it was worth checking.

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

Reply via email to