update

28810
2020-08-05 09:41:46 +08:00
parent 7bec807e49
commit 1ffeca891a

@@ -7,6 +7,7 @@
- **增加 FreeSql.Provider.SqlServerForSystem 使用 System.Data.SqlClient.dll 兼容更多运行平台 #401 #398 #395 #392 #391**
- 修复 fsql.InsertOrUpdate 在同线程事务模式内使用的 bug #402
- 修复 fsql.Ado.ExecuteDataTable 当记录不存在时,未返回 Columns 设置 #403
- 修复 IInsert/IUpdate BatchProgress 异步执行不生效的 bug
- 优化 pgsql DbFirst 序列的识别,以及 pgsql10 的自增识别;
- 优化 IsNullable = false 插入的数据值为 null 则以默认值插入防止DB报错 #384
- 完善 AsTreeCte + ToUpdate/ToDelete 实现树所有子节点删除或更新;