mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-25 16:13:24 +08:00
fix dm function bug
This commit is contained in:
@ -85,7 +85,7 @@ public class IDriverManager {
|
||||
try {
|
||||
Connection connection = driverEntry.getDriver().connect(url, info);
|
||||
if(connection == null){
|
||||
throw new ConnectionException("driverEntry.getDriver().connect return null",null);
|
||||
throw new SQLException("driver.connect return null , No suitable driver found for url " +url ,"08001");
|
||||
}
|
||||
return connection;
|
||||
} catch (SQLException var7) {
|
||||
|
Reference in New Issue
Block a user