Browse Source

Merge pull request #26 in DEC/decision-webui-dcm from ~ALAN/decision-webui-dcm:feature/10.0 to feature/10.0

* commit '21ffb8b5c35c67e309fc3562f0d12748dba81f79':
  fix: 无jira任务,部分数据库允许显示模式字段
qufenxi
alan 6 years ago
parent
commit
a07dd65201
  1. 14
      src/modules/constants/constant.ts

14
src/modules/constants/constant.ts

@ -49,7 +49,7 @@ export const DATA_BASE_TYPES = [
commonly: false, commonly: false,
internal: true, internal: true,
type: 'jdbc', type: 'jdbc',
hasSchema: false, hasSchema: true,
kerberos: false, kerberos: false,
}, },
{ {
@ -82,7 +82,7 @@ export const DATA_BASE_TYPES = [
commonly: false, commonly: false,
internal: true, internal: true,
type: 'jdbc', type: 'jdbc',
hasSchema: false, hasSchema: true,
kerberos: true, kerberos: true,
}, },
{ {
@ -137,7 +137,7 @@ export const DATA_BASE_TYPES = [
commonly: false, commonly: false,
internal: true, internal: true,
type: 'jdbc', type: 'jdbc',
hasSchema: false, hasSchema: true,
kerberos: false, kerberos: false,
}, },
{ {
@ -148,7 +148,7 @@ export const DATA_BASE_TYPES = [
commonly: false, commonly: false,
internal: true, internal: true,
type: 'jdbc', type: 'jdbc',
hasSchema: false, hasSchema: true,
kerberos: false, kerberos: false,
}, },
{ {
@ -159,7 +159,7 @@ export const DATA_BASE_TYPES = [
commonly: false, commonly: false,
internal: true, internal: true,
type: 'jdbc', type: 'jdbc',
hasSchema: false, hasSchema: true,
kerberos: false, kerberos: false,
}, },
{ {
@ -221,7 +221,7 @@ export const DATA_BASE_TYPES = [
commonly: true, commonly: true,
internal: true, internal: true,
type: 'jdbc', type: 'jdbc',
hasSchema: false, hasSchema: true,
kerberos: false, kerberos: false,
}, { }, {
text: 'IBM DB2', text: 'IBM DB2',
@ -364,7 +364,7 @@ export const DATA_BASE_TYPES = [
commonly: false, commonly: false,
internal: true, internal: true,
type: 'jdbc', type: 'jdbc',
hasSchema: false, hasSchema: true,
kerberos: false, kerberos: false,
}, { }, {
text: 'TRANSWARP INCEPTOR', text: 'TRANSWARP INCEPTOR',

Loading…
Cancel
Save