From 77ab3cf75f5cf085d9a8e34869d9a710ac4530f4 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@qq.com> Date: Fri, 8 Sep 2023 12:16:58 +0800 Subject: [PATCH] update --- 更新日志.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/更新日志.md b/更新日志.md index 33e335f..c107745 100644 --- a/更新日志.md +++ b/更新日志.md @@ -1,9 +1,10 @@ 大约每三个月一次版本号,暂时以修复 bug 为主 -## v3.2.705 +## v3.2.800 - 增加 FreeSql.Internal.Utils.TypeHandlers 自定义类型映射; - 增加 IInsertOrUpdate BatchOptions 选项; +- **修复 v3.2.700 oracle/达梦子查询 BUG;** - 修复 FreeSql.Geneartor 无法生成人大金仓数据库问题; - 修复 ClickHouse CodeFirst 多主键问题 - 修复 DynamicEntity 特性构造函数实例化问题 @@ -13,7 +14,7 @@ - 优化 WithLock/WithIndex 非 SqlServer 时忽略; - 调整 MySql 不支持 utc_timestamp 统一调速为 current_timestamp;#1604 -## v3.2.700 +## v3.2.700 (oracle/达梦子查询有 BUG) - 增加 GlobalFilter.Apply before 参数将过滤条件插入 where 之前;#1566 #1492 - 增加 多表 As 设置别名的方法 fsql.Select().As("t1", "t2");