> Hi, > > How can I find this in the statement ? > > Will BEGIN immediate get 
> an exclusive lock.? or like Igor specified if I > call "Delete * from where 
> 0" will it be able to get an immediate lock on > the table. > > Srikanth From 
> docs: After a BEGIN IMMEDIATE, no other database connection will be able to 
> write to the database or do a BEGIN IMMEDIATE or BEGIN EXCLUSIVE. Other 
> processes can continue to read from the database, however. So yes, it will 
> very much get an exclusive lock. 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to