On 4/30/2012 7:46 PM, Harnek Manj wrote:
So what I am confused is, if there is a Write (update) operation and it creates 
a WAL file and subsequently a read operation comes in and the read is trying to 
access the same data what write is working on. Does in this scenario read will 
wait or it will grab the data from the original database file

The latter - it will read the most recently committed data.

which is not really data?

I don't understand this statement. What is it, if not data?
--
Igor Tandetnik

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

Reply via email to