Okay, no problem.   I do appreciate all your help.

-----Original Message-----
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] 
On Behalf Of Richard Hipp
Sent: Thursday, October 24, 2013 10:58 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] Trying to figure out how to circumvent 
sqlite3_win32_mbcs_to_utf8

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
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to