On 20 Jun 2018, at 12:29pm, Simon Slavin <slav...@bigfraud.org> wrote:

> On 20 Jun 2018, at 7:24am, Peter Johnson <pe...@missinglink.co.nz> 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
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to