v3.2.640
版本发布时间: 2022-05-13 13:17:12
dotnetcore/FreeSql最新发布版本:v3.2.833(2024-07-15 22:47:31)
- 增加 pgsql numeric -> BigInteger 映射;#1100
- 修复 AsTable ManyToMany IncludeMany 无效的问题;#1103
- 修复 Oracle AsTable 分表嵌套 SQL 拼错错误;https://github.com/dotnetcore/FreeSql/issues/1098
- 修复 Oracle AsTable 自动分表时间段条件无效的问题;https://github.com/dotnetcore/FreeSql/issues/1099
- 优化 子查询 sum/min/max/avg 默认加 isnull 防止为 NULL 情况;
- 优化 EnableCascadeSave 级联保存执行逻辑,提升性能;