mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-29 19:56:43 +08:00
-
This commit is contained in:
parent
6e592ab9b7
commit
872f0ad1b9
@ -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该功能还未测试");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user