mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update Sqlite
This commit is contained in:
@@ -19,7 +19,7 @@ namespace OrmTest.PerformanceTesting
|
||||
SqlSugarClient db = new SqlSugarClient(new ConnectionConfig()
|
||||
{
|
||||
ConnectionString = Config.ConnectionString,
|
||||
DbType = DbType.SqlServer,
|
||||
DbType = DbType.Sqlite,
|
||||
IsAutoCloseConnection = false
|
||||
});
|
||||
db.IgnoreColumns.Add("TestId", "Student");
|
||||
|
Reference in New Issue
Block a user