mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-30 12:47:57 +08:00
-
This commit is contained in:
parent
6e592ab9b7
commit
872f0ad1b9
@ -9,7 +9,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
public OracleCodeFirst()
|
public OracleCodeFirst()
|
||||||
{
|
{
|
||||||
throw new Exception("该功能还未测试");
|
throw new Exception("Oracle该功能还未测试");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@ namespace SqlSugar
|
|||||||
public class OracleDbFirst : DbFirstProvider
|
public class OracleDbFirst : DbFirstProvider
|
||||||
{
|
{
|
||||||
public OracleDbFirst() {
|
public OracleDbFirst() {
|
||||||
throw new Exception("该功能还未测试");
|
throw new Exception("Oracle该功能还未测试");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user