mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-16 07:57:33 +08:00
Update unit test
This commit is contained in:
parent
24a97bcca8
commit
2f695f5621
@ -44,7 +44,7 @@ namespace OrmTest
|
|||||||
IsRemind = saveDiary.IsRemind,
|
IsRemind = saveDiary.IsRemind,
|
||||||
}).Where(it => it.ID == saveDiary.ID).ToSql();
|
}).Where(it => it.ID == saveDiary.ID).ToSql();
|
||||||
UValidate.Check(sql.Key, @"UPDATE ""diary"" SET
|
UValidate.Check(sql.Key, @"UPDATE ""diary"" SET
|
||||||
""isremind"" = @Const0 WHERE ( ""id"" = @ID1 )", "Updateable");
|
""isremind"" = @Const0 WHERE ( ""id"" = @ID1 )", "Updateable");
|
||||||
|
|
||||||
|
|
||||||
sql = Db.Updateable<UnitDiary>().SetColumns(it => new UnitDiary()
|
sql = Db.Updateable<UnitDiary>().SetColumns(it => new UnitDiary()
|
||||||
|
Loading…
Reference in New Issue
Block a user