mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update unit test
This commit is contained in:
parent
0f40c4f63b
commit
5650a5cb00
@ -23,10 +23,10 @@ namespace OrmTest
|
||||
}
|
||||
};
|
||||
var db = Db;
|
||||
db.CurrentConnectionConfig.MoreSettings = new SqlSugar.ConnMoreSettings()
|
||||
{
|
||||
DisableNvarchar=true
|
||||
};
|
||||
//db.CurrentConnectionConfig.MoreSettings = new SqlSugar.ConnMoreSettings()
|
||||
//{
|
||||
// DisableNvarchar=true
|
||||
//};
|
||||
db.Insertable(list).ExecuteCommand();
|
||||
var r= db.Deleteable(list).ExecuteCommand();
|
||||
if (r == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user