Browse Source

Merge branch 'feature/10.0' of ssh://cloud.finedevelop.com:7999/~dailer/decision-webui-dcm into feature/10.0

feature/10.0
zsmj1994 4 years ago
parent
commit
43f7b9daa1
  1. 10
      src/modules/constants/constant.ts

10
src/modules/constants/constant.ts

@ -400,6 +400,16 @@ export const DATA_BASE_TYPES = [
type: 'jdbc', type: 'jdbc',
hasSchema: true, hasSchema: true,
kerberos: true, kerberos: true,
}, {
text: 'Hologres',
databaseType: 'hologres',
driver: 'org.postgresql.Driver',
url: 'jdbc:postgresql://hostname:port/database',
commonly: false,
internal: true,
type: 'jdbc',
hasSchema: true,
kerberos: false,
}, { }, {
text: 'HP Vertica', text: 'HP Vertica',
databaseType: 'hp-vertica', databaseType: 'hp-vertica',

Loading…
Cancel
Save