v3.2.681
版本发布时间: 2022-10-12 15:43:20
dotnetcore/FreeSql最新发布版本:v3.2.833(2024-07-15 22:47:31)
- 修复 3.2.666-3.2.680 子查询的特殊 bug;
- 增加 fsql.Ado.QuerySingle(() => new {}) 扩展方法实现无表查询 SELECT now(), utc_timestamp()
- 优化 min pool size 与 max pool size 连接串设置;
- 优化 导航属性未配置关系先 Where 后 InnerJoin 的问题;