[#3045] Correct implementation for Oracle
This commit is contained in:
parent
432830d630
commit
26e72ee9c5
@ -37,6 +37,7 @@
|
||||
*/
|
||||
package org.jooq.impl;
|
||||
|
||||
// ...
|
||||
import static org.jooq.impl.DSL.inline;
|
||||
|
||||
import java.util.Arrays;
|
||||
@ -94,6 +95,12 @@ final class GroupConcat extends AbstractFunction<String> implements GroupConcatO
|
||||
else
|
||||
result = new Function<String>(Term.LIST_AGG, distinct, SQLDataType.VARCHAR, field, inline(separator));
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if (orderBy.isEmpty())
|
||||
return result;
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user