Browse Source

-

pull/12/MERGE
sunkaixuan 7 years ago
parent
commit
19e17fd65b
  1. 2
      Src/Asp.Net/OracleTest/Program.cs
  2. 2
      Src/Asp.Net/SqlSugar/SqlSugarClient.cs

2
Src/Asp.Net/OracleTest/Program.cs

@ -17,7 +17,7 @@ namespace OrmTest
{ {
static void Main(string[] args) static void Main(string[] args)
{ {
//throw new Exception(" Oracle developed 60%,to be continued."); throw new Exception("Oracle developed 75%,to be continued");
// /***Unit Test***/ // /***Unit Test***/
new Select(1).Init(); new Select(1).Init();

2
Src/Asp.Net/SqlSugar/SqlSugarClient.cs

@ -34,7 +34,7 @@ namespace SqlSugar
DependencyManagement.TrySqlite(); DependencyManagement.TrySqlite();
break; break;
case DbType.Oracle: case DbType.Oracle:
break; throw new Exception("Oracle developed 75%,to be continued");
default: default:
throw new Exception("ConnectionConfig.DbType is null"); throw new Exception("ConnectionConfig.DbType is null");
} }

Loading…
Cancel
Save