update

28810
2019-03-19 14:21:04 +08:00
parent d561b29a05
commit 48c6e3c483

@@ -1,9 +1,14 @@
完整版本:年数-月-日-当日版本号FreeSql 与 FreeSql.Repository 版本号相同。
## v0.3.17(预告)
## v0.3.18(预告)
- 修复 SqlServer DbFirst 数据库名传入带小数点的 bug [#18](https://github.com/2881099/FreeSql/issues/16)
- 增加 IInsert 对数组传入的支持,之前是 IEnumerable<T>
- 增加 ORM 性能测试项目 Examples/orm_vs
## v0.3.17
- 修复 SqlServer DbFirst 数据库名传入带小数点的 bug [#18](https://github.com/2881099/FreeSql/issues/18)
- 修复 ILIst.Contains Expression [#16](https://github.com/2881099/FreeSql/issues/16)
- 整理 延时加载/导航属性查询的对象关系,仍然不依赖外键;
- 完成 OneToOne/ManyToOne、ManyToMany/OneToMany 导航属性的查询 [#15](https://github.com/2881099/FreeSql/issues/15)