mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-28 16:37:58 +08:00
-
This commit is contained in:
parent
cc50b7dea3
commit
4d6e25b241
@ -24,6 +24,7 @@ namespace SqlSugar
|
||||
{
|
||||
try
|
||||
{
|
||||
throw new NotSupportedException("NET Core 2.0 Oracle official driver has not yet, please wait");
|
||||
if (base._DbConnection == null)
|
||||
{
|
||||
base._DbConnection = new OracleConnection(base.Context.CurrentConnectionConfig.ConnectionString);
|
||||
|
Loading…
Reference in New Issue
Block a user