On Thu, Oct 24, 2013 at 10:54 AM, Mike Clagett
<mike.clag...@mathworks.com>wrote:

> Hi --
>
> This is indeed exactly what is happening.    On many occasions the
> mechanism is only interested in the first row of a result set and issues
> sqlite3_reset() before the result set is completely processed.   Given that
> this is what is occurring, is there any way around this -- essentially, I
> guess, any way to still have that step statement executed or at least the
> profile callback invoked?   Because at the end of the day, it is the
> numerous select statements that we probably need to be profiling.
>

We have your request to enhance the sqlite3_profile() mechanism to invoke
the profile callback on an early sqlite3_reset().  Unfortunately, there are
several higher-priority enhancement requests in queue in front of this, so
it might be a while...


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to