Re: [sqlite] CREATE TEMP TRIGGER

2011-01-24 Thread Igor Tandetnik
Marco Bambini wrote: > Where I can find more information about TEMP TRIGGERs? Temp triggers only fire on the connection on which they are created, and are automatically dropped when this connection is closed. Apart from that, they work like regular triggers. -- Igor

[sqlite] CREATE TEMP TRIGGER

2011-01-24 Thread Marco Bambini
Where I can find more information about TEMP TRIGGERs? In the official page: http://www.sqlite.org/lang_createtrigger.html there is no mention about the TEMP clause. Thanks. -- Marco Bambini http://www.sqlabs.com ___ sqlite-users mailing list