As I look at the flowchart for triggers at the following:

https://www.sqlite.org/lang_createtrigger.html

It appears that the body of a trigger must specify some kind of statement.

I ask because I am wanting to log all activity on another table.  I can
successfully do this with triggers.  What I am curious to do is disable
UPDATE's & DELETE's on the log tables themselves.

Can anyone confirm that this is not allowed with the current triger grammar?

Thanks!

Reply via email to