mirror of https://github.com/alibaba/DataX.git
[feature][plugin][sybase] datax support sybase plugins. #1780
modify DataBaseType
This commit is contained in:
parent
a10342b7d1
commit
d6dbe17abd
|
|
@ -134,6 +134,8 @@ public enum DataBaseType {
|
|||
result = jdbc + "?" + suffix;
|
||||
}
|
||||
break;
|
||||
case Sybase:
|
||||
break;
|
||||
default:
|
||||
throw DataXException.asDataXException(DBUtilErrorCode.UNSUPPORTED_TYPE, "unsupported database type.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue