[jOOQ/jOOQ#9925] Workaround only for Oracle
This commit is contained in:
parent
885c7d1f90
commit
4d119f3442
@ -37,6 +37,7 @@
|
||||
*/
|
||||
package org.jooq.impl;
|
||||
|
||||
// ...
|
||||
import static org.jooq.impl.DSL.select;
|
||||
import static org.jooq.impl.DSL.unnest;
|
||||
import static org.jooq.impl.DSL.xmlagg;
|
||||
@ -147,6 +148,7 @@ final class XMLQuery extends AbstractField<XML> implements XMLQueryPassingStep {
|
||||
|
||||
|
||||
|
||||
|
||||
ctx.formatIndentEnd()
|
||||
.formatNewLine()
|
||||
.sql(')');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user