mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update odbc
This commit is contained in:
parent
081a35f7e2
commit
bc311b41ea
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user