Joanne Pham <[email protected]> wrote: > I have read this document and it stated that if a database connectin > in read-uncommitted mode does not attempt to obtain reaad-locks > before reading from database tables. > So in this case if the connection in read-uncommited modes then it > allows the follwing : > - concureently reads > - also allows read if there is a write-lock > right?
Yes. But this all only applies to connections that share cache. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

