Skip to content

v3.2.681

Compare
Choose a tag to compare
@2881099 2881099 released this 12 Oct 07:43
· 820 commits to master since this release
  • 修复 3.2.666-3.2.680 子查询的特殊 bug;
  • 增加 fsql.Ado.QuerySingle(() => new {}) 扩展方法实现无表查询 SELECT now(), utc_timestamp()
  • 优化 min pool size 与 max pool size 连接串设置;
  • 优化 导航属性未配置关系先 Where 后 InnerJoin 的问题;