mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-02 20:02:47 +08:00
Update mysql
This commit is contained in:
parent
4760f47e19
commit
a3fdb6e6f4
@ -455,6 +455,10 @@ namespace SqlSugar
|
||||
break;
|
||||
case DbType.MySqlConnector:
|
||||
InstanceFactory.CustomDllName = SugarCompatible.IsFramework?"SqlSugar.MySqlConnector": "SqlSugar.MySqlConnectorCore";
|
||||
if (SugarCompatible.IsFramework.ObjToBool() == false)
|
||||
{
|
||||
config.DbType= DbType.MySql; ;
|
||||
}
|
||||
break;
|
||||
case DbType.Access:
|
||||
InstanceFactory.CustomDllName = SugarCompatible.IsFramework?"SqlSugar.Access": "SqlSugar.AccessCore";
|
||||
|
@ -15,7 +15,7 @@ namespace SqlSugar
|
||||
Dm,
|
||||
Kdbndp,
|
||||
Oscar,
|
||||
[Obsolete("使用DbType.MySql,已经全部统一用MySqlConnector取代 MySql.Data 原因.NET7下面差了几倍性能")]
|
||||
//[Obsolete("使用DbType.MySql,已经全部统一用MySqlConnector取代 MySql.Data 原因.NET7下面差了几倍性能")]
|
||||
MySqlConnector,
|
||||
Access,
|
||||
OpenGauss,
|
||||
|
Loading…
Reference in New Issue
Block a user