mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 15:30:53 +08:00
update
6
更新日志.md
6
更新日志.md
@@ -1,13 +1,17 @@
|
||||
|
||||
完整版本:年数-月-日-当日版本号,FreeSql、FreeSql.Repository、FreeSql.DbContext 版本号相同。
|
||||
|
||||
## v0.8.2(预告)
|
||||
|
||||
- 修复 Oracle 表达式 DateTime.Subtract(DateTime) 解析 bug;
|
||||
|
||||
## v0.8.1
|
||||
|
||||
- 优化 表达式中不能使用 c# 函数的问题,
|
||||
> 如:where(a => HttpContext.Session.GetString("UserID") == a.UserId)
|
||||
- 优化 IUpdate.Set 表达式传入匿名类更新多个字段;
|
||||
- 优化 IInsert.InsertIdentity 可插入自增属性;
|
||||
- 修改 Oracle CodeFirst 使用 OldName 迁移自增字段时,未删除旧的触发器和序列的 bug;
|
||||
- 修复 Oracle CodeFirst 使用 OldName 迁移自增字段时,未删除旧的触发器和序列的 bug;
|
||||
|
||||
## v0.7.16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user