cilfm commented on issue #10126:
URL: 
https://github.com/apache/shardingsphere/issues/10126#issuecomment-824527039


   I've solved this problem, it's a bug in 
"org.apache.shardingsphere.infra.database.type.dialect.SQLServerDatabaseType.getJdbcUrlPrefixes"
 function,
   it's return  "jdbc:microsoft:sqlserver:" not match sqlserver contion url, 
the right value is "jdbc:sqlserver:".
   rewrite this class change the function return value can solved.
   this bug is also in master: 
   
https://github.com/apache/shardingsphere/blob/master/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/database/type/dialect/SQLServerDatabaseType.java
   @tristaZero @dongzl 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to