修复SqlUtil.removeOuterOrderBy处理没有order by的语句导致异常问题(pr#4089@Github)

This commit is contained in:
Looly
2025-09-29 16:54:51 +08:00
parent 89c1d13f66
commit aa488485cc

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.41(2025-09-28)
# 5.8.41(2025-09-29)
### 🐣新特性
* 【core 】 增加`WeakKeyValueConcurrentMap`及其关联类,同时废弃`WeakConcurrentMap`并替换issue#4039@Github
@@ -32,6 +32,7 @@
* 【db 】 修复`DialectRunner.count`方法中去除包含多字段order by子句的SQL语句时错误问题issue#4066@Github
* 【extra 】 修复`JschSessionPool`并发问题pr#4079@Github
* 【extra 】 修复`Sftp`递归删除目录时使用相对路径可能导致死循环的问题pr#1380@Gitee
* 【db 】 修复`SqlUtil.removeOuterOrderBy`处理没有order by的语句导致异常问题pr#4089@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.40(2025-08-26)