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