clickhouse驱动名称变更为com.clickhouse.jdbc.ClickHouseDriver

This commit is contained in:
Looly 2023-07-26 18:56:31 +08:00
parent 6f6326c82d
commit 32bf66b692
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.21(2023-07-20)
# 5.8.21(2023-07-26)
### 🐣新特性
* 【core 】 list 为空时CollUtil.max等返回null而非异常pr#1027@Gitee
@ -15,6 +15,7 @@
* 【http 】 使用multiparty方式支持body参数issue#3158@Github
* 【core 】 ZipReader增加setMaxSizeDiff方法自定义或关闭ZipBombissue#3018@Github
* 【db 】 Query.of(entity)构建时传入fieldsissue#I7M5JU@Gitee
* 【db 】 clickhouse驱动名称变更为com.clickhouse.jdbc.ClickHouseDriverissue#3224@Github
### 🐞Bug修复
* 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题issue#3162@Github

View File

@ -75,7 +75,7 @@ public interface DriverNamePool {
/**
* JDBC 驱动 ClickHouse
*/
String DRIVER_CLICK_HOUSE = "ru.yandex.clickhouse.ClickHouseDriver";
String DRIVER_CLICK_HOUSE = "com.clickhouse.jdbc.ClickHouseDriver";
/**
* JDBC 驱动 瀚高数据库
*/