From fc8c02f825f12e22e7f1b06b10089f50a03b4bdf Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Mon, 29 Jul 2019 18:43:47 +0800 Subject: [PATCH] update --- 更新日志.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/更新日志.md b/更新日志.md index 188c91b..9fb1c57 100644 --- a/更新日志.md +++ b/更新日志.md @@ -1,12 +1,13 @@ 完整版本:年数-月-日-当日版本号,FreeSql、FreeSql.Repository、FreeSql.DbContext 版本号相同。 -## v0.8.1(预告) +## v0.8.1 - 优化 表达式中不能使用 c# 函数的问题, > 如:where(a => HttpContext.Session.GetString("UserID") == a.UserId) - 优化 IUpdate.Set 表达式传入匿名类更新多个字段; - 优化 IInsert.InsertIdentity 可插入自增属性; +- 修改 Oracle CodeFirst 使用 OldName 迁移自增字段时,未删除旧的触发器和序列的 bug; ## v0.7.16