mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update unit test
This commit is contained in:
parent
47e845cf88
commit
af02b7fcf2
@ -43,8 +43,8 @@ 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