Hello,
I would like to know if there is a way to see what llblgen generated code looks like during the ORMQueryExecution ?
For example I have this entity and I created my filter for it.
I would like to see:
select field a, field b from logging where date > your value.
But when you have an error in your sql syntax you can see the QueryExecuted.
wonderful
Is it possible however to log the query that is executed each time ?
This is only required in debug or development mode.
thanks