Update odbc

This commit is contained in:
sunkaixuan 2022-12-21 17:14:17 +08:00
parent 081a35f7e2
commit bc311b41ea

View File

@ -422,7 +422,6 @@ namespace SqlSugar
InstanceFactory.CustomDllName = SugarCompatible.IsFramework ? "SqlSugar.GBase" : "SqlSugar.GBaseCore";
break;
case DbType.Odbc:
Check.Exception(SugarCompatible.IsFramework, "Odbc only support .net core");
InstanceFactory.CustomDllName = SugarCompatible.IsFramework ? "SqlSugar.Odbc" : "SqlSugar.OdbcCore";
break;
default: