update

2881099
2019-06-01 01:37:44 +08:00
parent 0edd557a51
commit 206cfd34bd

@@ -1,12 +1,13 @@
完整版本:年数-月-日-当日版本号FreeSql、FreeSql.Repository、FreeSql.DbContext 版本号相同。
## v0.6.4
## v0.6.5
- 增加 NavigateAttribute 配置导航关系;
- 修复 LinqToSql 方法,开启自动迁移时,迁移了无关类的 bug
- 修复 Oracle DbFirst date(7) 类型未处理的 bug
- 修复 AsSelect().Any() 未给其他条件时,产生 null bug
- 修复 子查询使用非表达式方法时,参数无效的 bug
- 增加 FreeSql.Extensions.LazyLoading 对 .net 4.5 的支持;
- 优化 MySql CodeFirst 增加 DateTime 迁移后,默认值为 0000-00-00 导致读取失败的 bug
- 优化 LazyLoading 友好错误提示;