提交 8310a085 authored 作者: Thomas Mueller's avatar Thomas Mueller

New system property h2.identifiersToUpper.

上级 75a7236d
...@@ -3363,6 +3363,9 @@ public class Parser { ...@@ -3363,6 +3363,9 @@ public class Parser {
String comment = null; String comment = null;
Column templateColumn = null; Column templateColumn = null;
DataType dataType; DataType dataType;
if (!identifiersToUpper) {
original = StringUtils.toUpperEnglish(original);
}
UserDataType userDataType = database.findUserDataType(original); UserDataType userDataType = database.findUserDataType(original);
if (userDataType != null) { if (userDataType != null) {
templateColumn = userDataType.getColumn(); templateColumn = userDataType.getColumn();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论