diff --git a/Src/Asp.Net/OracleTest/Program.cs b/Src/Asp.Net/OracleTest/Program.cs index ba73b5797..6b44bdf48 100644 --- a/Src/Asp.Net/OracleTest/Program.cs +++ b/Src/Asp.Net/OracleTest/Program.cs @@ -17,7 +17,7 @@ namespace OrmTest { 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***/ new Select(1).Init(); diff --git a/Src/Asp.Net/SqlSugar/SqlSugarClient.cs b/Src/Asp.Net/SqlSugar/SqlSugarClient.cs index 90f1b73f0..9f148f878 100644 --- a/Src/Asp.Net/SqlSugar/SqlSugarClient.cs +++ b/Src/Asp.Net/SqlSugar/SqlSugarClient.cs @@ -34,7 +34,7 @@ namespace SqlSugar DependencyManagement.TrySqlite(); break; case DbType.Oracle: - break; + throw new Exception("Oracle developed 75%,to be continued"); default: throw new Exception("ConnectionConfig.DbType is null"); }