Hello, I am evatuating your library for maybe use it in our new project. I have implemented my own listener and I want to check somes conditions into the query (where clause). Or maybe add a condition to the query.
Is there a way to access to the private attribute conditions into the query object ? It seems to be very interesting for doing this. The only solution I have found is to use ctx.query().getSQL(ParamType.INLINED) but it is more complicated to work with a String. Thanks for your help. -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
