On 8 Nov 2019, at 7:08pm, Mario M. Westphal <[email protected]> wrote: > The query looks like this:
Try using EXPLAIN QUERY PLAN on your query. <https://sqlite.org/eqp.html> You might be able to see the two places where your function is called. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

