Ranking functions have upper case names, all of a sudden
This commit is contained in:
parent
3270182be6
commit
bbee09c20d
@ -136,7 +136,7 @@ final class RankingFunction<T> extends AbstractWindowFunction<T> {
|
||||
private final Name name;
|
||||
|
||||
RankingType() {
|
||||
this.name = DSL.unquotedName(name());
|
||||
this.name = DSL.unquotedName(name().toLowerCase());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user