mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-03 15:00:53 +08:00
update
5
更新日志.md
5
更新日志.md
@@ -2,12 +2,15 @@
|
||||
## v0.0.13
|
||||
|
||||
- 修复和丰富 ICodeFirst.ConfigEntity 方法;
|
||||
- 增加 FreeSql.Extensions.EFCoreModelBuilder 扩展库,现实与 EFCore 实体共存;
|
||||
- 增加 FreeSql.Extensions.EFCoreModelBuilder 扩展库,现实与 EFCore 实体共存 [#4](https://github.com/2881099/FreeSql/issues/4);
|
||||
- 增加 FreeSql.RESTful.Demo 示例项目;
|
||||
|
||||
## v0.0.12
|
||||
|
||||
- lazy延时属性父子关系的1v多类型判断修正,解决 int? != int 的 bug;
|
||||
- ThreadLocal修改使用方式;
|
||||
- 使用 virtual 后实体序列化问题 [#5](https://github.com/2881099/FreeSql/issues/5),私有化属性;
|
||||
- 由于FreeSql采用二次封装连接池,尽量避免使用问题,真实的max pool size值等于传入值+1;
|
||||
|
||||
## v0.0.11
|
||||
|
||||
|
||||
Reference in New Issue
Block a user