> - subquery-start / subquery-end > - field-list-start / field-list-end > - window-clause-start / window-keyword / ... > > I'll have a closer look at these things to see what can be done. I > have added feature request #1872 for this > https://github.com/jOOQ/jOOQ/issues/1872
Adding semantics to formatting seems a bit of overkill right now. I have implemented some improvements that will probably match your needs. These include: - Subqueries should be rendered on a new line - Join lists should be indented - Large IN-lists should not exceed 80 characters For details, see https://github.com/jOOQ/jOOQ/issues/1872 I'm releasing a new 2.6.0-SNAPSHOT version for you to play around with. Any other feedback about improved formatting is very welcome. The SNAPSHOT can be obtained here: https://oss.sonatype.org/content/repositories/snapshots/org/jooq/ Cheers Lukas
