From 788c6af0a922fb1d7e69127ff0b0f0440373301e Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Wed, 6 Nov 2019 14:09:54 +0800 Subject: [PATCH] update --- 更新日志.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/更新日志.md b/更新日志.md index 7aa77fa..39ebf8d 100644 --- a/更新日志.md +++ b/更新日志.md @@ -4,7 +4,7 @@ ## v0.11.7 - 增加 SqlServer ISelect.WithLock 扩展方法,实现 with(nolock) 查询; -- 增加 SqlServer IFreeSql.SetGlobalSelectWithLock 扩展方法,实现全局设置 with(nock) 查询; +- 增加 SqlServer IFreeSql.SetGlobalSelectWithLock 扩展方法,实现全局设置 with(nolock) 查询; - 修复 MySql CodeFirst DateTime 同步结构条件判断的 bug,导致每次都执行 alter; > 高版本支持 datetime(3) 精度的、或者不指定 DbType="datetime" 就没事 - 移除 Aop.ToList;