Marco Bambini <[email protected]> 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 Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

