Closed
Description
public String getDatabaseProductName() throws SQLServerException {
this.checkClosed();
return "Microsoft SQL Server";
}
新驱动的PN是这个,导致不能转换shardingDataSource
public String getDatabaseProductName() throws SQLServerException {
this.checkClosed();
return "Microsoft SQL Server";
}
新驱动的PN是这个,导致不能转换shardingDataSource