update

28810
2020-03-20 20:34:41 +08:00
parent 0f70e80f04
commit c30329b108

@@ -4,6 +4,7 @@
## v1.3.0-preview
- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
- 移除 In多表表达式函数解析 [#243](https://github.com/2881099/FreeSql/issues/243)
- 优化 IncludeMany 扩展方法对 T1 不自动迁移;
- 优化 BulkCopy 对可空类型的属性处理;#227
- 增加 ISelect`1 AsQueryable 方法,实现将 ISelect 转换为 IQueryable 类型;