Hi Is there any way we can use With clause (Common table expressions) along with the incremental query building (a.k.a. the model API) ?
I'm not able to find anything in the documentation regarding this. I went through the JOOQ open source code and I see that there is a constructor in `SelectQueryImpl` class which takes in `WithImpl` if this constructor is exposed through the DSLContext.selectQuery interface it will be very helpful. Please let me know if this approach is okay, I can raise a PR for this. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/e1128b55-b8ff-4a43-9694-0b5de27a793fn%40googlegroups.com.
