update

2881099
2022-06-01 15:27:22 +08:00
parent a713bc0839
commit 13f4601489

@@ -9,6 +9,7 @@
- 增加 AuditValueEventArgs Object 参数;[#1128](https://github.com/dotnetcore/FreeSql/issues/1128)
- 修复 pgsql varchar(120) CodeFirst 迁移不修改长度;
- 修复 ISelect.InsertInto 未执行自动迁移;
- 修复 UseCommandParameterWithLambda IN 参数化判断 的逻辑 bug[#1137](https://github.com/dotnetcore/FreeSql/issues/1137)
- 优化 连接池不可用、定时检查;
- 优化 Limit + Sum/Avg/Max/Min 为嵌套查询;
- 优化 GroupBy Page 未排序的查询;[#1126](https://github.com/dotnetcore/FreeSql/issues/1126)