> On Nov 7, 2017, at 11:41 AM, Simon Slavin <[email protected]> wrote: > > So when you convert your code to use multiple processes, they must all use > the same connection for this to work properly.
No; it just means each process will track its own data-version value based on its own connection. It doesn’t matter if those values are different in different processes. (In any case, it’s impossible for multiple processes to [directly] use the same SQLite connection, since a connection is an in-memory object.) —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

