On 12/31/16, Paul Lambert <eb30...@gmail.com> 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to