forked from github/dataease
feat: 区分数据库类型
This commit is contained in:
parent
d3b369bb44
commit
067e1facb2
@ -30,6 +30,7 @@ public class ProviderFactory implements ApplicationContextAware {
|
||||
dataSourceType.setTargetCharset(d.getTargetCharset());
|
||||
}
|
||||
dataSourceType.setKeywordSuffix(d.getKeywordSuffix());
|
||||
dataSourceType.setDatabaseClassification(d.getDatabaseClassification());
|
||||
dataSourceType.setKeywordPrefix(d.getKeywordPrefix());
|
||||
dataSourceType.setAliasSuffix(d.getAliasSuffix());
|
||||
dataSourceType.setAliasPrefix(d.getAliasPrefix());
|
||||
|
Loading…
Reference in New Issue
Block a user