[odb-users] Tracing sql statements using ODB 2.2 with Sqlite 3.7

Devesh Agrawal dagrawal at infinio.com
Tue Nov 19 19:36:13 EST 2013


Hi,

I am trying to trace the sql statements being executed using the
db::tracer(odb::tracer&) api. I want to know the actual values inserted or
updated after the statement is fully bound.

That is I don't want to trace 'Insert into X values (?, ?, ?)'. I would
rather want to trace 'insert into X values ('foo', 'bar', 'baz')

Thanks.


More information about the odb-users mailing list