mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
☃️release 5.8.17
This commit is contained in:
parent
02b30962c4
commit
6fc7274a8f
@ -24,8 +24,10 @@ public class DialectFactoryTest {
|
||||
map.put("sqlite",DRIVER_SQLLITE3);
|
||||
map.put("sqlserver",DRIVER_SQLSERVER);
|
||||
map.put("microsoft",DRIVER_SQLSERVER);
|
||||
map.put("hive2",DRIVER_HIVE2);
|
||||
map.put("hive",DRIVER_HIVE);
|
||||
|
||||
// 单元测试歧义
|
||||
//map.put("hive2",DRIVER_HIVE2);
|
||||
//map.put("hive",DRIVER_HIVE);
|
||||
map.put("h2",DRIVER_H2);
|
||||
map.put("derby",DRIVER_DERBY);
|
||||
map.put("hsqldb",DRIVER_HSQLDB);
|
||||
|
Loading…
Reference in New Issue
Block a user