mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +08:00
-
This commit is contained in:
@@ -9,7 +9,7 @@ namespace SqlSugar
|
||||
{
|
||||
public OracleCodeFirst()
|
||||
{
|
||||
throw new Exception("该功能还未测试");
|
||||
throw new Exception("Oracle该功能还未测试");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace SqlSugar
|
||||
public class OracleDbFirst : DbFirstProvider
|
||||
{
|
||||
public OracleDbFirst() {
|
||||
throw new Exception("该功能还未测试");
|
||||
throw new Exception("Oracle该功能还未测试");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user