mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 15:30:53 +08:00
update
1
更新日志.md
1
更新日志.md
@@ -7,6 +7,7 @@
|
||||
- 优化 AsTable 分表查询 Any/Min/Max/Avg/Sum/Count 的处理;
|
||||
- 优化 BaseEntity Select 查询数据时自动 Attach;
|
||||
- 优化 没有主键的实体,约定 id 命名的属性上若设置了 IsPrimary = false,则其不属于约定主键;
|
||||
- 优化 ISelect.Count() 之前使用了 OrderBy 会产生的 SQL 语法问题;
|
||||
- 调整 Avg 方法返回值为 double,Sum 方法返回值为 decimal;
|
||||
- 完善 Select`2-10 多表查询对象,增加 First(select)/ToOne(select)/First\<Dto\> 方法;
|
||||
- 修复 LazyLoading 在 Net4 环境下的问题;
|
||||
|
||||
Reference in New Issue
Block a user