update

28810
2019-10-08 15:49:57 +08:00
parent d2e11b4866
commit 92ff88b90e

@@ -1,12 +1,14 @@
完整版本:年数-月-日-当日版本号FreeSql、FreeSql.Repository、FreeSql.DbContext 版本号相同。
## v0.10.8(预告)
## v0.10.8
- 增加 List\<T1\> 扩展方法 IncludeMany实现从已知的内存 List 数据,进行和 ISelect.IncludeMany 相同功能的贪婪加载;
> 示例new List\<Song\>(new[] { song1, song2, song3 }).IncludeMany(g.sqlite, a => a.Tags);
> 文档https://github.com/2881099/FreeSql/wiki/%e8%b4%aa%e5%a9%aa%e5%8a%a0%e8%bd%bd#%E5%AF%BC%E8%88%AA%E5%B1%9E%E6%80%A7-onetomanymanytomany
- 修复 FreeSql.DbContext/FreeSql.Repository 当主键为 Guid? 可空类型时,发生参数错误;
> System.ArgumentException:“Expression of type 'System.Guid' cannot be used for assignment to type 'System.Nullable`1[System.Guid]'”
## v0.10.7