Update Oracle

This commit is contained in:
sunkaixuan
2017-09-24 17:37:01 +08:00
parent 461ac3a08b
commit 8de0a50b64
4 changed files with 65 additions and 65 deletions

View File

@@ -17,12 +17,12 @@ namespace OrmTest
{
static void Main(string[] args)
{
throw new Exception(" Oracle developed 60%,to be continued.");
//throw new Exception(" Oracle developed 60%,to be continued.");
// /***Unit Test***/
new Select(1).Init();
//new Field(1).Init();
//new Where(1).Init();
new Field(1).Init();
new Where(1).Init();
//new Method(1).Init();
//new JoinQuery(1).Init();
//new SingleQuery(1).Init();
@@ -38,15 +38,15 @@ namespace OrmTest
//new SqlSugarPerformance(100).Select();
/***Demo***/
OrmTest.Demo.Query.Init();
OrmTest.Demo.Insert.Init();
OrmTest.Demo.Delete.Init();
OrmTest.Demo.Update.Init();
OrmTest.Demo.DbFirst.Init();
OrmTest.Demo.JoinSql.Init();
OrmTest.Demo.Filter.Init();
OrmTest.Demo.ComplexModel.Init();
OrmTest.Demo.CodeFirst.Init();
//OrmTest.Demo.Query.Init();
//OrmTest.Demo.Insert.Init();
//OrmTest.Demo.Delete.Init();
//OrmTest.Demo.Update.Init();
//OrmTest.Demo.DbFirst.Init();
//OrmTest.Demo.JoinSql.Init();
//OrmTest.Demo.Filter.Init();
//OrmTest.Demo.ComplexModel.Init();
//OrmTest.Demo.CodeFirst.Init();
}
}
}