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
36b35c5d5e
commit
24a97bcca8
@ -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