Browse Source

REPORT-86591 fix:tdsql数据库更名

feature/x
Aries.lsy 2 years ago
parent
commit
7f467dab34
  1. 2
      src/modules/constants/constant.ts

2
src/modules/constants/constant.ts

@ -704,7 +704,7 @@ export const DATA_BASE_TYPES = [
kerberos: false, kerberos: false,
}, },
{ {
text: BI.i18nText('Dec-Dcm_Connection_TDSQL'), text: 'TDSQL',
databaseType: 'tdsql', databaseType: 'tdsql',
driver: 'org.postgresql.Driver', driver: 'org.postgresql.Driver',
url: 'jdbc:postgresql://hostname:port/database', url: 'jdbc:postgresql://hostname:port/database',

Loading…
Cancel
Save