On 11/24/16, Paul Sanderson <[email protected]> wrote: > Could you use > > PRAGMA data_version > > before and after each read to see whether there have been any changes > to the DB - not surehow this works in WAL mode?
I think that would work as long as the writer never does ROLLBACK. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

