提交 b3bf2fe7 编写于 作者: S serge-rider

Type images fix

上级 ebef9387
......@@ -1284,7 +1284,7 @@ public final class DBUtils {
case CONTENT:
if (typeName.contains("XML") || typeName.contains("xml")) {
return DBIcon.TYPE_XML;
} else if (typeName.contains("CHAR")) {
} else if (typeName.contains("CHAR") || typeName.contains("char")) {
return DBIcon.TYPE_TEXT;
}
return DBIcon.TYPE_LOB;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册