Skip to content

v3.2.700 (oracle/达梦子查询有 BUG)

Pre-release
Pre-release
Compare
Choose a tag to compare
@2881099 2881099 released this 13 Aug 04:21
· 626 commits to master since this release
  • 增加 GlobalFilter.Apply before 参数将过滤条件插入 where 之前;#1566 #1492
  • 增加 多表 As 设置别名的方法 fsql.Select<T1, T2>().As("t1", "t2");
  • 优化 WithTempQuery + SqlServer 未指定 OrderBy 的分页;
  • 优化 GetPropertiesDictIgnoreCase 不返回没有 get 的属性;
  • 修复 QuestDB Guid 类型的问题;
  • 修复 BaseEntity 子查询 .Where 问题;#1586