FreeSql v1.2.1 Release Notes

Release Date: 2020-03-06 // about 4 years ago
    • 修复 LazyLoading 依赖项目 CSScript.Core 升级的 bug;
    • 修复 ToList 父子导航可能匹配不正确的 bug;
    • 修复 读写分离创建 IFreeSql 时如果从库不可用导致 iis 退出的 bug;
    • 修复 DbContext/Repository SaveMany 一对多保存时删除条件 bug;
    • 调整 Aop 改为 event 事件;
    • 调整 Ado.AopCommandExecuting/AopCommandExecuted 到 Aop.CommandBefore/After;
    • ⚡️ 调整 DbContext/Repository EnableAddOrUpdateNavigateList 默认关闭;
    • 增加 Aop.TraceBefore/After 事件;
    • 👀 增加 BaseEntity SaveMany 方法;