From 106ee4ea75745b0218c29b4f6ca6eb37f05575eb Mon Sep 17 00:00:00 2001 From: hexagon1337 Date: Mon, 26 Aug 2024 10:16:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9changelog=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hexagon1337 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1966d76..e46fa69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - 修复AbstractDao.insertOrReplace(entity: T)插入或更新会自动修改entity的主键值 - 修复queryRaw(where: string, ...selectionArg: string[])函数内部实现错误 -- ## 2.2.3-rc.0 +## 2.2.3-rc.0 - 支持设置联合主键Union功能 ## 2.2.2 -- Gitee