修复PostgreSQL、H2使用upsert字段大小写问题

This commit is contained in:
Looly
2023-12-28 18:48:07 +08:00
parent 09ee55cc6f
commit 674c601f86
3 changed files with 4 additions and 1 deletions

View File

@@ -2,11 +2,12 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.25(2023-12-26)
# 5.8.25(2023-12-28)
### 🐣新特性
### 🐞Bug修复
* 【core 】 修复StrJoin当append内容后调用length()会出现空指针问题issue#3444@Github
* 【core 】 修复PostgreSQL、H2使用upsert字段大小写问题issue#I8PB4X@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.24(2023-12-23)