mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Update demo
This commit is contained in:
@@ -31,7 +31,7 @@ namespace OrmTest
|
||||
var list = db.Queryable<CodeFirstTable1>().ToList();
|
||||
db.CodeFirst.InitTables<IndexClass>();
|
||||
db.CodeFirst.InitTables<SplitTableEntity>();
|
||||
TestBool(db);
|
||||
//TestBool(db); Questdb bool bug https://github.com/questdb/questdb/issues/6075
|
||||
TestGuid(db);
|
||||
Console.WriteLine("#### CodeFirst end ####");
|
||||
}
|
||||
|
Reference in New Issue
Block a user