mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-16 16:35:34 +08:00
v3.2.666-preview20220730 - 修复 Clickhouse Delete bug;
This commit is contained in:
@@ -66,7 +66,7 @@ namespace FreeSql.Internal.CommonProvider
|
||||
return this;
|
||||
}
|
||||
|
||||
public int ExecuteAffrows()
|
||||
public virtual int ExecuteAffrows()
|
||||
{
|
||||
var affrows = 0;
|
||||
DbParameter[] dbParms = null;
|
||||
|
@@ -14,7 +14,7 @@ namespace FreeSql.Internal.CommonProvider
|
||||
{
|
||||
#if net40
|
||||
#else
|
||||
async public Task<int> ExecuteAffrowsAsync(CancellationToken cancellationToken = default)
|
||||
async public virtual Task<int> ExecuteAffrowsAsync(CancellationToken cancellationToken = default)
|
||||
{
|
||||
var affrows = 0;
|
||||
DbParameter[] dbParms = null;
|
||||
|
Reference in New Issue
Block a user