mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Update demo
This commit is contained in:
@@ -29,7 +29,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);
|
||||
var list2=db.Queryable<SplitTableEntity>()
|
||||
.PartitionBy(it => new { it.Ts, it.Id }).ToList();
|
||||
|
Reference in New Issue
Block a user