update

28810
2019-04-19 16:38:14 +08:00
parent fbf0f4b257
commit 712abf337b
2 changed files with 6 additions and 1 deletions

@@ -146,7 +146,7 @@ fsql.CodeFirst
fsql.CodeFirst.IsConfigEntityFromDbFirst = true;
```
此功能目前可用于 mysql/sqlserver/postgresql。
此功能目前可用于 mysql/sqlserver/postgresql/oracle
## 参考资料

@@ -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 实现弱类型curdSelect\<object\>().AsType(实体类型)