Browse Source

Pull request #6430: REPORT-85441 fix:clickhouse连接url添加database

Merge in DEC/decision-webui-dcm from ~ARIES.LSY/decision-webui-dcm:release/11.0 to release/11.0

* commit 'e7a20272cfd045a4b82b3901f6d9df035210d944':
  REPORT-85441 fix:clickhouse连接url添加database
release/11.0
Aries.Lsy-黎思妤 2 years ago
parent
commit
9483119863
  1. 2
      src/modules/constants/constant.ts

2
src/modules/constants/constant.ts

@ -279,7 +279,7 @@ export const DATA_BASE_TYPES = [
text: 'ClickHouse', text: 'ClickHouse',
databaseType: 'clickhouse', databaseType: 'clickhouse',
driver: 'ru.yandex.clickhouse.ClickHouseDriver', driver: 'ru.yandex.clickhouse.ClickHouseDriver',
url: 'jdbc:clickhouse://hostname:port', url: 'jdbc:clickhouse://hostname:port/database',
commonly: false, commonly: false,
internal: true, internal: true,
type: 'jdbc', type: 'jdbc',

Loading…
Cancel
Save