From 21ffb8b5c35c67e309fc3562f0d12748dba81f79 Mon Sep 17 00:00:00 2001 From: alan Date: Wed, 28 Aug 2019 16:40:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A0jira=E4=BB=BB=E5=8A=A1=EF=BC=8C?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=95=B0=E6=8D=AE=E5=BA=93=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=A8=A1=E5=BC=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/constants/constant.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/modules/constants/constant.ts b/src/modules/constants/constant.ts index cda77cc..f5ddac2 100644 --- a/src/modules/constants/constant.ts +++ b/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',