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

Loading…
Cancel
Save