Hello!

On Thursday 10 December 2009 01:36:39 Roger Binns wrote:
> 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.

I want to build a universal extension for logging all user queries. I can write
this with trace function but it's difficult or impossible to split system and
user queries.

Best regards, Alexey Pechnikov.
http://pechnikov.tel/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to