mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update SqlSugar.MySqlConnector
This commit is contained in:
@@ -54,7 +54,7 @@ namespace SqlSugar.MySqlConnector
|
||||
}
|
||||
public override IDataAdapter GetAdapter()
|
||||
{
|
||||
return new MySqlDataAdapter();
|
||||
return new MySqlConnectorDataAdapter();
|
||||
}
|
||||
public override DbCommand GetCommand(string sql, SugarParameter[] parameters)
|
||||
{
|
||||
|
Reference in New Issue
Block a user