提交 9842426f authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Use identifiersToUpper in Parser.readWindowFunction()

上级 5d38b5f8
...@@ -3637,7 +3637,7 @@ public class Parser { ...@@ -3637,7 +3637,7 @@ public class Parser {
} }
private WindowFunction readWindowFunction(String name) { private WindowFunction readWindowFunction(String name) {
if (!database.getSettings().databaseToUpper) { if (!identifiersToUpper) {
// if not yet converted to uppercase, do it now // if not yet converted to uppercase, do it now
name = StringUtils.toUpperEnglish(name); name = StringUtils.toUpperEnglish(name);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论