mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 19:48:18 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user