[jOOQ/jOOQ#10697] Improve style of generated ANSI JOIN

By avoiding nesting joins unnecessarily, we can maintain more intuitive:

- Lexical table ordering when creating trees
- Flat join syntax rather than nesting too deeply
This commit is contained in:
Lukas Eder 2020-11-17 14:29:11 +01:00
parent 3c08580226
commit 0b221c68f8

View File

@ -2635,6 +2635,23 @@ final class SelectQueryImpl<R extends Record> extends AbstractResultQuery<R> imp