mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 16:18:47 +08:00
Update Sqlite
This commit is contained in:
parent
0b5db835da
commit
c8721af0a8
@ -82,7 +82,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "TRUNCATE TABLE {0}";
|
return "DELETE FROM {0}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
protected override string BackupTableSql
|
protected override string BackupTableSql
|
||||||
|
Binary file not shown.
@ -31,18 +31,18 @@ namespace OrmTest
|
|||||||
new Mapping(1).Init();
|
new Mapping(1).Init();
|
||||||
new DataTest(1).Init();
|
new DataTest(1).Init();
|
||||||
|
|
||||||
//// /***Performance Test***/
|
/***Performance Test***/
|
||||||
//// new SqlSugarPerformance(100).Select();
|
new SqlSugarPerformance(100).Select();
|
||||||
|
|
||||||
///***Demo***/
|
/***Demo***/
|
||||||
//OrmTest.Demo.Query.Init();
|
OrmTest.Demo.Query.Init();
|
||||||
//OrmTest.Demo.Insert.Init();
|
OrmTest.Demo.Insert.Init();
|
||||||
//OrmTest.Demo.Delete.Init();
|
OrmTest.Demo.Delete.Init();
|
||||||
//OrmTest.Demo.Update.Init();
|
OrmTest.Demo.Update.Init();
|
||||||
//OrmTest.Demo.DbFirst.Init();
|
OrmTest.Demo.DbFirst.Init();
|
||||||
//OrmTest.Demo.JoinSql.Init();
|
OrmTest.Demo.JoinSql.Init();
|
||||||
//OrmTest.Demo.Filter.Init();
|
OrmTest.Demo.Filter.Init();
|
||||||
//OrmTest.Demo.ComplexModel.Init();
|
OrmTest.Demo.ComplexModel.Init();
|
||||||
OrmTest.Demo.CodeFirst.Init();
|
OrmTest.Demo.CodeFirst.Init();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user