修复AbstractDb#page分页查询异常问题

This commit is contained in:
Looly
2023-05-26 23:32:29 +08:00
parent 791ba35ba0
commit d594d5053e
3 changed files with 46 additions and 2 deletions

View File

@@ -32,7 +32,8 @@
* 【cron 】 修复SystemTimer无法结束进程问题issue#3090@Github
* 【core 】 修复BeanUtil.copyToList复制Long等类型错误问题issue#3091@Github
* 【poi 】 修复MapRowHandler结果Map无序问题issue#I71SE8@Github
* 【db 】 修复SqlExecutor.execute执行ORACLE insert into select报ORA-00933问题issue#I778U7@Github
* 【db 】 修复SqlExecutor.execute执行ORACLE insert into select报ORA-00933问题issue#I778U7@Gitee
* 【db 】 修复AbstractDb#page分页查询异常问题issue#I73770@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.18 (2023-04-27)