This commit is contained in:
sunkaixuan 2017-10-23 16:22:56 +08:00
parent cc50b7dea3
commit 4d6e25b241

View File

@ -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);