优化count查询兼容informix

This commit is contained in:
Looly
2023-05-09 10:07:09 +08:00
parent d87d0c8131
commit a9689a925e
2 changed files with 5 additions and 2 deletions

View File

@@ -2,11 +2,12 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.19.M1 (2023-05-05)
# 5.8.19.M1 (2023-05-09)
### 🐣新特性
* 【db 】 优化HttpRequest.toString()内容打印issue#3072@Github
* 【poi 】 优化Sax方式读取时空白行返回0修改为返回-1issue#I6WYF6@Gitee
* 【db 】 优化count查询兼容informixissue#I713XQ@Gitee
### 🐞Bug修复
* 【core 】 修复URLUtil.decode无法解码UTF-16问题issue#3063@Github