Skip to content

Commit

Permalink
clickhouse驱动名称变更为com.clickhouse.jdbc.ClickHouseDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Jul 26, 2023
1 parent 6f6326c commit 32bf66b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -15,6 +15,7 @@
* 【http 】 使用multiparty方式支持body参数(issue#3158@Github)
* 【core 】 ZipReader增加setMaxSizeDiff方法,自定义或关闭ZipBomb(issue#3018@Github)
* 【db 】 Query.of(entity)构建时传入fields(issue#I7M5JU@Gitee)
* 【db 】 clickhouse驱动名称变更为com.clickhouse.jdbc.ClickHouseDriver(issue#3224@Github)

### 🐞Bug修复
* 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题(issue#3162@Github)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 驱动 瀚高数据库
*/
Expand Down

0 comments on commit 32bf66b

Please sign in to comment.