On 12/31/16, Paul Lambert <[email protected]> wrote: > > Issue 2. No matter how I mix the use of .system in a trigger I cannot get > the syntax checker to allow for (dot) functions .system or .shell to > work. I know there is a qualifier about where the (dot) functions are > parsed but I have successfully used other (dot) functions in a trigger. > Triggering external applications on database events is a critical function.
The dot-commands are implemented by the command-line shell program. But triggers are run by the core SQLite library. So there is no way for a trigger to run a dot-command. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

