update

2881099
2020-12-25 16:20:50 +08:00
parent e24e96eefe
commit a5c8631153

@@ -7,6 +7,8 @@
- 增加 Column 特性 RewriteSql/RereadSql
- 增加 ISelect.OrderByRandom() 随机排序适配;
- 优化 ManyToMany 导航属性子查询支持 ToList
- 优化 HzyTuple 子查询解析;
- 修复 延时属性时级联保存失败的 bug
- 修复 分组查询后,无法使用子查询的问题;
- 修复 UseGenerateCommandParameterWithLambda + Enum + MapType(string) bug