mirror of
https://gitee.com/dromara/hutool.git
synced 2025-06-28 13:34:09 +08:00
clickhouse驱动名称变更为com.clickhouse.jdbc.ClickHouseDriver
This commit is contained in:
parent
6f6326c82d
commit
32bf66b692
@ -2,7 +2,7 @@
|
|||||||
# 🚀Changelog
|
# 🚀Changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------
|
||||||
# 5.8.21(2023-07-20)
|
# 5.8.21(2023-07-26)
|
||||||
|
|
||||||
### 🐣新特性
|
### 🐣新特性
|
||||||
* 【core 】 list 为空时,CollUtil.max等返回null而非异常(pr#1027@Gitee)
|
* 【core 】 list 为空时,CollUtil.max等返回null而非异常(pr#1027@Gitee)
|
||||||
@ -15,6 +15,7 @@
|
|||||||
* 【http 】 使用multiparty方式支持body参数(issue#3158@Github)
|
* 【http 】 使用multiparty方式支持body参数(issue#3158@Github)
|
||||||
* 【core 】 ZipReader增加setMaxSizeDiff方法,自定义或关闭ZipBomb(issue#3018@Github)
|
* 【core 】 ZipReader增加setMaxSizeDiff方法,自定义或关闭ZipBomb(issue#3018@Github)
|
||||||
* 【db 】 Query.of(entity)构建时传入fields(issue#I7M5JU@Gitee)
|
* 【db 】 Query.of(entity)构建时传入fields(issue#I7M5JU@Gitee)
|
||||||
|
* 【db 】 clickhouse驱动名称变更为com.clickhouse.jdbc.ClickHouseDriver(issue#3224@Github)
|
||||||
|
|
||||||
### 🐞Bug修复
|
### 🐞Bug修复
|
||||||
* 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题(issue#3162@Github)
|
* 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题(issue#3162@Github)
|
||||||
|
@ -75,7 +75,7 @@ public interface DriverNamePool {
|
|||||||
/**
|
/**
|
||||||
* JDBC 驱动 ClickHouse
|
* JDBC 驱动 ClickHouse
|
||||||
*/
|
*/
|
||||||
String DRIVER_CLICK_HOUSE = "ru.yandex.clickhouse.ClickHouseDriver";
|
String DRIVER_CLICK_HOUSE = "com.clickhouse.jdbc.ClickHouseDriver";
|
||||||
/**
|
/**
|
||||||
* JDBC 驱动 瀚高数据库
|
* JDBC 驱动 瀚高数据库
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user