[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:
parent
3c08580226
commit
0b221c68f8
@ -2635,6 +2635,23 @@ final class SelectQueryImpl<R extends Record> extends AbstractResultQuery<R> imp
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user