[jOOQ/jOOQ#10269] Settings.renderQuotedNames does not work with Routine
This commit is contained in:
parent
8785396888
commit
0303a99687
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user