mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update unit
This commit is contained in:
parent
6e9dcadc86
commit
59aa5bcf2f
@ -41,9 +41,9 @@ namespace OrmTest
|
||||
Ado();
|
||||
Queryable();
|
||||
QueryableAsync();
|
||||
//Thread();
|
||||
//Thread2();
|
||||
//Thread3();
|
||||
Thread();
|
||||
Thread2();
|
||||
Thread3();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ namespace OrmTest
|
||||
}
|
||||
}
|
||||
});
|
||||
public static SqlSugarClient singleDb = new SqlSugarClient(new ConnectionConfig()
|
||||
public static SqlSugarScope singleDb = new SqlSugarScope(new ConnectionConfig()
|
||||
{
|
||||
DbType = DbType.Sqlite,
|
||||
ConnectionString = Config.ConnectionString,
|
||||
|
Loading…
Reference in New Issue
Block a user