The documentation (http://www.sqlite.org/lang.html) isn't clear on this topic, so I want to check my assumption:

Any trigger created by the statement CREATE TEMPORARY TRIGGER ... is visible only to the process that created it and is deleted upon termination of that process' connection to the database (similar to CREATE TEMPORARY TABLE ..., right?).

If this statement is true, perhaps it should be added to the documentation.

-Eric



Reply via email to