mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
Update mysql
This commit is contained in:
@@ -170,7 +170,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
|
|
||||||
#region async
|
#region async
|
||||||
public async new Task<DbCommand> GetCommandAsync(string sql, SugarParameter[] parameters)
|
public async override Task<DbCommand> GetCommandAsync(string sql, SugarParameter[] parameters)
|
||||||
{
|
{
|
||||||
MySqlCommand sqlCommand = new MySqlCommand(sql, (MySqlConnection)this.Connection);
|
MySqlCommand sqlCommand = new MySqlCommand(sql, (MySqlConnection)this.Connection);
|
||||||
sqlCommand.CommandType = this.CommandType;
|
sqlCommand.CommandType = this.CommandType;
|
||||||
|
Reference in New Issue
Block a user