update

28810
2020-09-22 15:34:11 +08:00
parent 85f5a1362f
commit bf5483f4b0

@@ -16,6 +16,7 @@
- 优化 string IsNullable = false 时插入 null 自动转为 "" #445
- 优化 GetDbParamtersByObject 参数为字典时修剪 @?: 前辍 #456
- 优化 SqlExt.Sum/Max/Min/Avg 同时支持开窗或普通聚合函数;
- 优化 ToSql FieldAliasOptions.AsProperty 别名问题;#467
- 调整 AdoNet CRUD 扩展方法到 namespace FreeSql
- 修正 SqlServer UseConnectionFactory 类型标识;
- **修复 FreeSql.DbContext 对同一实体重复 Update第二次无效的 Bug**