This is an automated email from the ASF dual-hosted git repository.
jackxu2011 pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
new 51b32bbaf sqlserver驱动类路径错误 (#3882)
51b32bbaf is described below
commit 51b32bbaf3acbbe97ceb537b5f3c5a7ad682b206
Author: hzdhgf <[email protected]>
AuthorDate: Thu Nov 24 14:07:17 2022 +0800
sqlserver驱动类路径错误 (#3882)
sqlserver驱动类路径由com.microsoft.jdbc.sqlserver.SQLServerDriver调整成com.microsoft.sqlserver.jdbc.SQLServerDriver
---
.../apache/linkis/metadata/query/service/sqlserver/SqlConnection.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/jdbc/src/main/java/org/apache/linkis/metadata/query/service/sqlserver/SqlConnection.java
b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/jdbc/src/main/java/org/apache/linkis/metadata/query/service/sqlserver/SqlConnection.java
index 19f501cf1..b349cb7e3 100644
---
a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/jdbc/src/main/java/org/apache/linkis/metadata/query/service/sqlserver/SqlConnection.java
+++
b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/jdbc/src/main/java/org/apache/linkis/metadata/query/service/sqlserver/SqlConnection.java
@@ -37,7 +37,7 @@ public class SqlConnection implements Closeable {
private static final CommonVars<String> SQL_DRIVER_CLASS =
CommonVars.apply(
"wds.linkis.server.mdm.service.sqlserver.driver",
- "com.microsoft.jdbc.sqlserver.SQLServerDriver");
+ "com.microsoft.sqlserver.jdbc.SQLServerDriver");
private static final CommonVars<String> SQL_CONNECT_URL =
CommonVars.apply(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]