On 31 Dec 2016, at 7:55pm, 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.

Dot functions are not part of SQLite.  They are handled directly by the 
command-line tool.  The SQLite API does not understand them.  Sorry.

If you need to call a system command directly from SQLite you will need to 
implement your own external function.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to