parent
1c3c70959c
commit
1a27a248a4
@ -259,7 +259,8 @@ public enum DbType {
|
||||
|| this == DbType.CLICK_HOUSE
|
||||
|| this == DbType.OCEAN_BASE
|
||||
|| this == DbType.CUBRID
|
||||
|| this == DbType.SUNDB;
|
||||
|| this == DbType.SUNDB
|
||||
|| this == DbType.GOLDENDB;
|
||||
}
|
||||
|
||||
public boolean oracleSameType() {
|
||||
|
@ -73,8 +73,6 @@ public class DialectFactory {
|
||||
} else if (dbType == DbType.TRINO
|
||||
|| dbType == DbType.PRESTO) {
|
||||
dialect = new TrinoDialect();
|
||||
} else if (dbType == DbType.GOLDENDB) {
|
||||
dialect = new MySqlDialect();
|
||||
}
|
||||
DIALECT_ENUM_MAP.put(dbType, dialect);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user