mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
Update unit test
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user