mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
-
This commit is contained in:
parent
850e35c822
commit
19e17fd65b
@ -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();
|
||||
|
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user