Skip to content

v3.2.640

Compare
Choose a tag to compare
@2881099 2881099 released this 13 May 05:17
  • 增加 pgsql numeric -> BigInteger 映射;#1100
  • 修复 AsTable ManyToMany IncludeMany 无效的问题;#1103
  • 修复 Oracle AsTable 分表嵌套 SQL 拼错错误;#1098
  • 修复 Oracle AsTable 自动分表时间段条件无效的问题;#1099
  • 优化 子查询 sum/min/max/avg 默认加 isnull 防止为 NULL 情况;
  • 优化 EnableCascadeSave 级联保存执行逻辑,提升性能;