On 20 Sep 2017, at 6:55pm, petern <[email protected]> wrote:
> OK. If system table triggers are generally not maintained, what is > simplest recommended way, by C API or other means, for the application to > be notified of non-specific schema changes that include creation/deletion > events? https://sqlite.org/pragma.html#pragma_schema_version Keep checking that and do something when it changes. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

