Clemens.  I'm trying you suggestion but...

linker says -> "undefined reference to `sqlite3_trace_v2'"

[I am linking to libsqlite3.so.  Version by sqlite_version() is 3.19.3.]

Is sqlite3_trace_v2() defined by a SQLite compile time option and if so
what is it?

Help page has only negative SQLITE_OMIT_TRACE:
https://sqlite.org/compile.html

I don't see anything called TRACE in bld/Makefile.




On Mon, Jun 19, 2017 at 1:05 AM, Clemens Ladisch <clem...@ladisch.de> wrote:

> petern wrote:
> > Is there a C API way to get a total count or notification as each
> statement
> > is prepared by sqlite_prepare_v2 within sqlite3_exec?
>
> sqlite3_trace_v2() with SQLITE_TRACE_PROFILE is called at the end of each
> statement.
>
>
> Regards,
> Clemens
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to