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.