mirror of
https://github.com/alibaba/DataX.git
synced 2026-06-12 21:02:28 +08:00
[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
Block a user