修复SqlExecutor.execute执行ORACLE insert into select报ORA-00933问题

This commit is contained in:
Looly
2023-05-26 22:27:33 +08:00
parent 5c510bf8b1
commit 791ba35ba0
3 changed files with 20 additions and 4 deletions

View File

@@ -32,6 +32,7 @@
* 【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
-------------------------------------------------------------------------------------------------------------
# 5.8.18 (2023-04-27)