fix NamedSql bug

This commit is contained in:
Looly
2020-10-16 00:04:45 +08:00
parent 8aec62a59b
commit 741babe2c8
3 changed files with 21 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.4.5 (2020-10-14)
# 5.4.5 (2020-10-16)
### 新特性
* 【core 】 ConsoleTable代码优化pr#190@Gitee
@@ -27,6 +27,7 @@
* 【json 】 解决JSON中转换为double小数精度丢失问题pr#192@Gitee
* 【core 】 修复CaseInsensitiveMap的remove等方法并没有忽略大小写的问题pr#1163@Gitee
* 【poi 】 修复合并单元格值读取错误的问题
* 【poi 】 修复NamedSql解析形如col::numeric出错问题issue#I1YHBX@Gitee
-------------------------------------------------------------------------------------------------------------