mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-07 00:40:55 +08:00
update
9
更新日志.md
9
更新日志.md
@@ -1,7 +1,14 @@
|
||||
|
||||
完整版本:年数-月-日-当日版本号,FreeSql、FreeSql.Repository、FreeSql.DbContext 版本号相同。
|
||||
|
||||
## v0.5.1(五一版预告)
|
||||
## v0.5.1(五一版)
|
||||
|
||||
- 增加 ISelect/IInsert/IUpdate/IDelete.AsType 实现弱类型curd,如:Select\<object\>().AsType(实体类型);
|
||||
- 补充 ISelect.From\<T2\>;
|
||||
- 补充 ExpressionTree 单元测试;
|
||||
- 优化 ToList(a => new Dto()),会按优先级查询 Join 实体属性;
|
||||
- 补充 IDelete/ISelect/IUpdate WhereDynamic 方法,实现 dywhere 条件;
|
||||
- 修复 WhereObject 内部方法,当开启 Lazy 延时属性时,并且传递实体查询时条件无效;
|
||||
|
||||
## v0.4.15
|
||||
|
||||
|
||||
Reference in New Issue
Block a user