1、解决默认提供的删除功能异常 2、重构DbKit,解决存在的catalog未设置导致的查询失败
This commit is contained in:
@@ -75,7 +75,7 @@ public class RunTest<T> {
|
||||
dbAccount.setUser("root");
|
||||
dbAccount.setPwd("eversec123098");
|
||||
|
||||
DbKit dbKit = new DbKit(dbAccount);
|
||||
DbKit dbKit = new DbKit(dbAccount, "");
|
||||
|
||||
//String sql = "select * from basic_concat limit 1";
|
||||
String sql = "show databases;";
|
||||
@@ -320,7 +320,7 @@ public class RunTest<T> {
|
||||
dbAccount.setUser("root");
|
||||
dbAccount.setPwd("eversec123098");
|
||||
|
||||
DbKit dbKit = new DbKit(dbAccount);
|
||||
DbKit dbKit = new DbKit(dbAccount, "");
|
||||
|
||||
String sql = "select platID,platDomain,platIP from basic_domain limit 10";
|
||||
String countSql = "select count(*) from basic_domain";
|
||||
|
||||
Reference in New Issue
Block a user