mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Synchronization code
This commit is contained in:
parent
49a8a8dc89
commit
8e8d1501ca
@ -457,7 +457,8 @@ namespace SqlSugar
|
||||
InstanceFactory.CustomDllName = SugarCompatible.IsFramework?"SqlSugar.MySqlConnector": "SqlSugar.MySqlConnectorCore";
|
||||
if (SugarCompatible.IsFramework.ObjToBool() == false)
|
||||
{
|
||||
config.DbType= DbType.MySql; ;
|
||||
config.DbType= DbType.MySql;
|
||||
InstanceFactory.CustomDllName = null;
|
||||
}
|
||||
break;
|
||||
case DbType.Access:
|
||||
|
Loading…
Reference in New Issue
Block a user