I read something a little while ago about how to profile the
statements going through the database, so I have started to use the
profiler which on a getQuery() call returns me this

INSERT INTO `admin_instances` (`id`, `finder_id`) VALUES (?, ?)

Is there a way I can get it to put the data that its substituting in
there too?  I mean replaceing the ?'s with actual data?  Also I was
looking to make it log ev ery single call that goes through, right now
Im throwing a log call everytime I insert, any ideas where I would
tell the connect to log everything it does?

Appreciate the help,
- Xaviar

Reply via email to