[jOOQ/jOOQ#10269] Settings.renderQuotedNames does not work with Routine

This commit is contained in:
Lukas Eder 2020-06-11 12:33:55 +02:00
parent 8785396888
commit 0303a99687

View File

@ -1196,7 +1196,7 @@ public abstract class AbstractRoutine<T> extends AbstractNamed implements Routin
}
ctx.literal(getName());
ctx.visit(getUnqualifiedName());
}
private final void fetchOutParameters(ExecuteContext ctx) throws SQLException {