On 20 Jun 2018, at 12:29pm, Simon Slavin <[email protected]> wrote:
> 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. Are you not able to modify the program which adds so that it uses an existing table instead ? Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

