提交 5f3b5d85 authored 作者: Thomas Mueller's avatar Thomas Mueller

H2 Console: the auto-complete feature didn't quote column names that need quoting. Issue 186.

上级 f458efea
...@@ -264,7 +264,6 @@ public class DbContextRule implements Rule { ...@@ -264,7 +264,6 @@ public class DbContextRule implements Rule {
columnName = StringUtils.quoteIdentifier(columnName); columnName = StringUtils.quoteIdentifier(columnName);
sub = columnName; sub = columnName;
} }
System.out.println("add " + columnName + " " + columnName.substring(columnPattern.length()));
sentence.add(columnName, sub, Sentence.CONTEXT); sentence.add(columnName, sub, Sentence.CONTEXT);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论