mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update user test case
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
throw new Exception("unit error");
|
throw new Exception("unit error");
|
||||||
}
|
}
|
||||||
|
list[0].byte_col = new byte[] { 10, 19, 16, 144, 78, 26, 5, 49, 45, 49, 45, 51, 40, 1, 66, 0, 72, 1, 80, 232, 7 };
|
||||||
var sql = db.Insertable(list).ToSqlString();
|
var sql = db.Insertable(list).ToSqlString();
|
||||||
db.Ado.ExecuteCommand(sql);
|
db.Ado.ExecuteCommand(sql);
|
||||||
var xx=db.Queryable<TestRemoveCache>().ToList();
|
var xx=db.Queryable<TestRemoveCache>().ToList();
|
||||||
|
Reference in New Issue
Block a user