diff --git a/jOOQ/src/main/java/org/jooq/impl/SelectImpl.java b/jOOQ/src/main/java/org/jooq/impl/SelectImpl.java index 956ff2b037..391454622d 100644 --- a/jOOQ/src/main/java/org/jooq/impl/SelectImpl.java +++ b/jOOQ/src/main/java/org/jooq/impl/SelectImpl.java @@ -1909,9 +1909,11 @@ class SelectImpl 0) - getQuery().addJoin(joinTable, joinType, new Condition[] { joinConditions }, joinPartitionBy); - else + /* [pro] xx + xx xxxxxxxxxxxxxxxx xx xxxx xx xxxxxxxxxxxxxxxxxxxxxx x xx + xxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxx xxx xxxxxxxxxxx x xxxxxxxxxxxxxx xx xxxxxxxxxxxxxxxxx + xxxx + xx [/pro] */ getQuery().addJoin(joinTable, joinType, new Condition[] { joinConditions }); joinTable = null;