We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bcd88 commit 59603acCopy full SHA for 59603ac
hibernate-core/src/main/java/org/hibernate/dialect/function/OrdinalFunction.java
@@ -59,7 +59,7 @@ public void render(
59
String columnNameExpression = singleExpression.getColumnReference().getColumnExpression();
60
61
if ( argumentType.isInteger() ) {
62
- sqlAppender.appendSql( columnNameExpression );
+ singleExpression.accept( walker );
63
}
64
else if ( argumentType.isString() || argumentType.isEnum() ) {
65
0 commit comments