Browse Source

Merge pull request #3603 in DEC/decision-webui-dcm from feature/x to release/11.0

* commit 'dff99d60d1d5cfd62f6155d4d74d25a36d974e47':
  DEC-21444 feat: 【BI配合】达梦数据库适配
  DEC-21444 feat: 【BI配合】达梦数据库适配
bugfix/11.0
superman 3 years ago
parent
commit
a5d1924676
  1. 11
      src/modules/constants/constant.ts

11
src/modules/constants/constant.ts

@ -572,6 +572,17 @@ export const DATA_BASE_TYPES = [
type: 'jdbc',
hasSchema: false,
kerberos: false,
}, {
text: BI.i18nText('Dec-Dcm_Connection_Database_DM'),
databaseType: 'dm',
driver: 'dm.jdbc.driver.DmDriver',
drivers: ['dm.jdbc.driver.DmDriver'],
url: 'jdbc:dm://hostname:port',
commonly: false,
internal: true,
type: 'jdbc',
hasSchema: true,
kerberos: true,
}, {
text: 'Presto',
databaseType: 'presto',

Loading…
Cancel
Save