mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 07:20:51 +08:00
update
7
更新日志.md
7
更新日志.md
@@ -1,6 +1,12 @@
|
||||
|
||||
完整版本:年数-月-日-当日版本号,FreeSql、FreeSql.Repository、FreeSql.DbContext 版本号相同。
|
||||
|
||||
## v0.5.5(预览)
|
||||
|
||||
- 增加 Column.MapType 类型映射,可将 enum 映射为 int/string 等;
|
||||
- 增加 Expression string.Concat,[#39](https://github.com/2881099/FreeSql/issues/39);
|
||||
- 补充 Expression IEnumerable<T>.Contains 的支持,之前只能数组或IList<T>;
|
||||
|
||||
## v0.5.4(青年版)
|
||||
|
||||
- 修复 Expression OrElse 两侧括号丢失的 bug;
|
||||
@@ -8,7 +14,6 @@
|
||||
- 修复 ISelect.ToList(true) 无效的 bug;
|
||||
- 增加 IAop.ConfigEntity 配置实体特性,可实现使用其他 ORM 的实体特性,[#36](https://github.com/2881099/FreeSql/issues/36);
|
||||
- 优化 ISelect.GroupBy 查询,增加 .Value 实现聚合源字段查询,ToList(a => a.Sum(a.Value.Score)),[#38](https://github.com/2881099/FreeSql/issues/38);
|
||||
- 增加 Expression string.Concat,[#39](https://github.com/2881099/FreeSql/issues/39);
|
||||
|
||||
## v0.5.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user