update

28810
2019-12-19 15:45:20 +08:00
parent 1b96c21b17
commit 0b699297c3

@@ -7,6 +7,7 @@
- 优化 AsTable 分表查询 Any/Min/Max/Avg/Sum/Count 的处理;
- 优化 BaseEntity Select 查询数据时自动 Attach
- 优化 没有主键的实体,约定 id 命名的属性上若设置了 IsPrimary = false则其不属于约定主键
- 优化 ISelect.Count() 之前使用了 OrderBy 会产生的 SQL 语法问题;
- 调整 Avg 方法返回值为 doubleSum 方法返回值为 decimal
- 完善 Select`2-10 多表查询对象,增加 First(select)/ToOne(select)/First\<Dto\> 方法;
- 修复 LazyLoading 在 Net4 环境下的问题;