From e86c264dfc5da48e45af2ce2ea7d50ebdbcf46b0 Mon Sep 17 00:00:00 2001 From: Looly Date: Thu, 9 May 2024 17:33:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0OceanBase=E7=9A=84driver?= =?UTF-8?q?=E6=8E=A8=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be17681eb..a8279ec54 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * 【http 】 增加ExceptionFilter和DefaultExceptionFilter支持异常处理(issue#3568@Github) * 【poi 】 增加ExcelWriter.addIgnoredErrors,支持忽略警告小标 * 【core 】 PropertyComparator增加compareSelf构造重载(issue#3569@Github) +* 【db 】 增加OceanBase的driver推断(pr#1217@Gitee) ### 🐞Bug修复 * 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题(issue#3536@Github)