On 19 Jun 2018, at 7:56pm, Richard Hipp <[email protected]> wrote:
> Poll the PRAGMA schema_version value and watch for changes. This is the best way. (I'm hardly likely to argue with DRH, am I ?) However, it's a terrible way to communicate using a database system. If you want two connections to communicate have one connection create a new row in an existing table, which the other can query. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

