Hi,
I''m writing an application, and I''m using Sqlite3 as my
primary DB
engine. I want to trace the sql queries, and for that I used the
trace function:
self.connection.trace { |data, sql| logger.color_debug(self,
"SQLite3: #{sql}") }
But this is logging the queries before binding the variables. Is
there a way to know what''s the final query? I mean, after binding the
variables?
thanks a lot,
--
Rolando Abarca
Phone: +56-9 97851962