Hi,
Cayenne logs SQL queries like so:
SELECT t0.amount, t0.id,
FROM payment t0
WHERE t0.booking_id = ? [bind: 200]
Is it currently possible to get the logging to print the actual SQL
instead?
In WO I used a delegate to implement my own translation
from 'binding SQL' to SQL.
Just wondering if there is a delegate or something similar I can hook
into to do this in cayenne?
regards,
shaun
This archive was generated by hypermail 2.0.0 : Thu Jul 14 2005 - 22:47:24 EDT