On 9/20/05, Ron Grabowski <[EMAIL PROTECTED]> wrote:
> Q3.
> All sql statements to/from the database are logged. You can capture
> those and do whatever you want with them.

I think what he's looking for here is a way to get the SQL before it
is executed to tweak it.

No, there is not currently a way to do that - I think it could be
useful too, but it is not there yet.

I wonder if we could implement this like we do with row handlers? So
after the sql is built, and before the statement is prepared, we get a
"hook" into the sql processing? THAT would be slick, and I think
simple to implement...

Larry

Reply via email to