Skip to content

Commit

Permalink
Merge pull request running-elephant#150 from tianliang211/fixMsDriverBug
Browse files Browse the repository at this point in the history
fix mssql driver
  • Loading branch information
tianlu-root authored Nov 4, 2021
2 parents 0a14d52 + 97adcba commit c2cb7f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ CLICKHOUSE:
MSSQL:
db-type: MSSQL
name: MSSQL
driver-class: com.microsoft.jdbc.sqlserver.SQLServerDriver
url-prefix: jdbc:microsoft:sqlserver://
driver-class: com.microsoft.sqlserver.jdbc.SQLServerDriver
url-prefix: jdbc:sqlserver://

MYSQL:
db-type: MYSQL
Expand Down

0 comments on commit c2cb7f6

Please sign in to comment.