mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 07:20:51 +08:00
update
1
更新日志.md
1
更新日志.md
@@ -14,6 +14,7 @@
|
||||
- 增加 FreeSql.Extensions.JsonMap FluentApi 扩展方法;#279
|
||||
- 增加 DbFirst DbColumnInfo Position 属性,字段默认位置;
|
||||
- **增加 UnitOfWorkManager 工作单元管理器,实现多种传播事务,移除 UnitOfWork.Current 静态属性;**[#289](https://github.com/dotnetcore/FreeSql/issues/289)
|
||||
- 增加 DbContextOptions.EnableGlobalFilter 设置是否在 DbContext/Repository 中启用全局过滤器(默认 true);
|
||||
- 优化 主键 Guid 自动赋值的优先级,低于 Aop.AuditValue 事件(实现自定义 Guid 值);
|
||||
- 优化 WhereDynamic 传入 string 的时候自动转为主键的类型值;
|
||||
- 修复 ISelect.From 内部 WhereIf 二次表达式解析 bug;
|
||||
|
||||
Reference in New Issue
Block a user