>The only thing that can bite you is if
>you are in process of fetching rows from some select statement and you
>update row that was just fetched or update/insert rows that would have
>been fetched later by the select statement.

As I understand it, simply wrapping every batch operation (Read, Write 
or Read_Modify_Write) inside an IMMEDIATE transaction is all that's 
needed to prevent such bad things from happening, or am I misguided?

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

Reply via email to