mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update odbc
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user