mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-10 10:20:55 +08:00
- 修复 MySql8.0.30 无法使用 ExecuteInserted 的问题;#2001
This commit is contained in:
@@ -621,6 +621,8 @@ namespace base_entity
|
||||
BaseEntity.Initialization(fsql, () => _asyncUow.Value);
|
||||
#endregion
|
||||
|
||||
fsql.Insert(new User1()).ExecuteInserted();
|
||||
|
||||
fsql.InsertOrUpdate<AppInfoEntity>().SetSource(new AppInfoEntity { AppID = "03DN8CW8", AppName = "app_01" }).ExecuteAffrows();
|
||||
var repo2211 = fsql.GetRepository<AppInfoEntity>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user