Fixed compilation error

This commit is contained in:
Lukas Eder 2014-08-27 13:56:56 +02:00
parent cee7511940
commit 00f956e39c

View File

@ -1909,9 +1909,11 @@ class SelectImpl<R extends Record, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11,
joinConditions = new ConditionProviderImpl();
joinConditions.addConditions(conditions);
if (joinPartitionBy != null && joinPartitionBy.length > 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;