On 20 Jun 2018, at 7:24am, Peter Johnson <[email protected]> wrote:
> Is it possible to create a trigger on sqlite_master which calls a > user-defined function AFTER INSERT? No. sqlite_master is modified using internal methods, not using an INSERT command. TRIGGERs on it won't work. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

