mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update demo
This commit is contained in:
@@ -29,7 +29,7 @@ namespace OrmTest
|
|||||||
var list = db.Queryable<CodeFirstTable1>().ToList();
|
var list = db.Queryable<CodeFirstTable1>().ToList();
|
||||||
db.CodeFirst.InitTables<IndexClass>();
|
db.CodeFirst.InitTables<IndexClass>();
|
||||||
db.CodeFirst.InitTables<SplitTableEntity>();
|
db.CodeFirst.InitTables<SplitTableEntity>();
|
||||||
TestBool(db);
|
//TestBool(db); Questdb bool bug https://github.com/questdb/questdb/issues/6075
|
||||||
TestGuid(db);
|
TestGuid(db);
|
||||||
var list2=db.Queryable<SplitTableEntity>()
|
var list2=db.Queryable<SplitTableEntity>()
|
||||||
.PartitionBy(it => new { it.Ts, it.Id }).ToList();
|
.PartitionBy(it => new { it.Ts, it.Id }).ToList();
|
||||||
|
Reference in New Issue
Block a user