On 21 Dec 2017, at 3:11pm, Shane Dev <devshan...@gmail.com> wrote:

> Here we see the INSERT statement was triggered but not the SELECT. Have I
> misunderstood the syntax diagram?

It’s possible that the SELECT is being processed.  However, since the INSERT 
command returns no data it still can return no data.

It should be possible to find out if the SELECT is being processed by defining 
an external function which includes a log statement.  But this information is 
probably useless to you.

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

Reply via email to