Alejandro Martínez <elpeq...@gmail.com> wrote:
> But i'd like to know. Why doesn't this work without wal? A read only
> operation shouldn't block, right?

Which piece of documentation has led you to believe so?

In a rollback journal mode, a database may have multiple readers OR a single 
writer at any point in time. In WAL mode, a database may have multiple readers 
AND a single writer at any point in time.
-- 
Igor Tandetnik

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

Reply via email to