Browse Source

fix: 无jira任务,部分数据库允许显示模式字段

qufenxi
alan 6 years ago
parent
commit
21ffb8b5c3
  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