From 712abf337bf101f930eed2eefde5626a7f1f5437 Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Fri, 19 Apr 2019 16:38:14 +0800 Subject: [PATCH] update --- CodeFirst.md | 2 +- 更新日志.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CodeFirst.md b/CodeFirst.md index 23c061d..807a404 100644 --- a/CodeFirst.md +++ b/CodeFirst.md @@ -146,7 +146,7 @@ fsql.CodeFirst fsql.CodeFirst.IsConfigEntityFromDbFirst = true; ``` -此功能目前可用于 mysql/sqlserver/postgresql。 +此功能目前可用于 mysql/sqlserver/postgresql/oracle。 ## 参考资料 diff --git a/更新日志.md b/更新日志.md index 6b52e61..bd93bcf 100644 --- a/更新日志.md +++ b/更新日志.md @@ -1,6 +1,11 @@ 完整版本:年数-月-日-当日版本号,FreeSql、FreeSql.Repository、FreeSql.DbContext 版本号相同。 +## v0.5.2 + +- 修复 SqlServer 工作单元 bug,需要同时设置 SqlCommand.Connection + Transaction; +- 补充 测试与支持联合主键的自增; + ## v0.5.1(五一版) - 增加 ISelect/IInsert/IUpdate/IDelete.AsType 实现弱类型curd,如:Select\().AsType(实体类型);