update

28810
2020-06-23 17:19:02 +08:00
parent 0ed4b2b5fd
commit 58239f460a

@@ -9,7 +9,7 @@
- 增加 IUnitOfWork Orm 属性直接访问 IFreeSql CRUD 事务与工作单元一致;
- 增加 SqlExt 常用开窗函数的自定义表达式解析;
- 增加 SqlExt.Case().When(..).End() 自定义表达式解析;
- 增加 SqlExt.GroupConcat MySql 函数解
- 增加 SqlExt.GroupConcat MySql 函数解
- 增加 StringLength/MaxLength 对 byte\[\] 的支持;
- 修复 IFreeSql.InsertOrUpdate Merge into 未处理 CanUpdate 的问题;#330
- 修复 IUpdate Set(表达式) MapType 未生效的问题;