-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> The second argument with query type [user|system] for trace function
> will be very helpful. And third argument for profile function. But may be
> exists another way for logging only user queries?..

I'm sorry but I can not understand what you are saying.

My point was that if you only want to log queries your code makes then alter
your code.  For example instead of calling sqlite3_prepare/bind directly you
can make wrapper functions that log the query and bindings.  And because you
are doing it, you can log them in any way that makes sense to your code.

It should be clear that SQLite is a library.  And just like any library, how
you use it is entirely under your control.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAksgJncACgkQmOOfHg372QS/0gCfV9uyg6xWlaQbCLH3z6fIgLvQ
bgoAn3SUciKIrz97+iLq26Yluc9mxHbY
=O0N1
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to