mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-09 09:50:54 +08:00
update
4
更新日志.md
4
更新日志.md
@@ -3,10 +3,12 @@
|
|||||||
|
|
||||||
## v1.9.0-preview
|
## v1.9.0-preview
|
||||||
|
|
||||||
- **增加 GlobalFilter.ApplyIf 创建动态过滤器;**
|
- **增加 IncludeMany(a => a.Childs).ToList(a => new { a.Childs }) 指定集合属性返回;**
|
||||||
- 增加 IUpdate/IDelete WhereIf 方法 #446;
|
- 增加 IUpdate/IDelete WhereIf 方法 #446;
|
||||||
- 增加 ISelect OrderByIf 方法 #446;
|
- 增加 ISelect OrderByIf 方法 #446;
|
||||||
- 增加 ISelect Aggregate(lambda, out var result) 方法;
|
- 增加 ISelect Aggregate(lambda, out var result) 方法;
|
||||||
|
- **增加 GlobalFilter.ApplyIf 创建动态过滤器;**
|
||||||
|
- 增加 SqlExt.IsNull 方法;
|
||||||
- 优化 string IsNullable = false 时插入 null 自动转为 "" #445;
|
- 优化 string IsNullable = false 时插入 null 自动转为 "" #445;
|
||||||
- 调整 AdoNet CRUD 扩展方法到 namespace FreeSql;
|
- 调整 AdoNet CRUD 扩展方法到 namespace FreeSql;
|
||||||
- 修正 SqlServer UseConnectionFactory 类型标识;
|
- 修正 SqlServer UseConnectionFactory 类型标识;
|
||||||
|
|||||||
Reference in New Issue
Block a user