修复嵌套SQL中order by子句错误截断问题

This commit is contained in:
Looly
2023-12-12 22:14:54 +08:00
parent c45de2b7f4
commit b8f3529238
2 changed files with 12 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
* 【core 】 修复ImgUtil.convert png转jpg在jdk9+中失败问题issue#I8L8UA@Gitee
* 【cache 】 修复StampedCache的get方法非原子问题issue#I8MEIX@Gitee
* 【core 】 修复StrSplitter.splitByRegex使用空参数导致的OOM问题issue#3421@Github
* 【db 】 修复嵌套SQL中order by子句错误截断问题issue#I89RXV@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.23(2023-11-12)