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

#8282 "Image" data type handle


Former-commit-id: 33f1896e
上级 d238732c
......@@ -53,7 +53,7 @@ public class SQLServerConstants {
public static final String TYPE_GEOMETRY = "geometry";
public static final String TYPE_GEOGRAPHY = "geography";
public static final String TYPE_TIMESTAMP = "timestamp";
public static final String TYPE_PICTURE = "picture";
public static final String TYPE_IMAGE = "image";
public static final String PROP_AUTHENTICATION = DBConstants.INTERNAL_PROP_PREFIX + "authentication@";
public static final String PROP_SHOW_ALL_SCHEMAS = DBConstants.INTERNAL_PROP_PREFIX + "show-all-schemas@";
......
......@@ -63,7 +63,7 @@ public class SQLServerDialect extends JDBCSQLDialect {
SQLServerConstants.TYPE_GEOGRAPHY,
SQLServerConstants.TYPE_GEOMETRY,
SQLServerConstants.TYPE_TIMESTAMP,
SQLServerConstants.TYPE_PICTURE,
SQLServerConstants.TYPE_IMAGE,
};
private JDBCDataSource dataSource;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册