mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-17 13:50:56 +08:00
update
@@ -146,7 +146,7 @@ fsql.CodeFirst
|
||||
fsql.CodeFirst.IsConfigEntityFromDbFirst = true;
|
||||
```
|
||||
|
||||
此功能目前可用于 mysql/sqlserver/postgresql。
|
||||
此功能目前可用于 mysql/sqlserver/postgresql/oracle。
|
||||
|
||||
## 参考资料
|
||||
|
||||
|
||||
5
更新日志.md
5
更新日志.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\<object\>().AsType(实体类型);
|
||||
|
||||
Reference in New Issue
Block a user