mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Update mongodb
This commit is contained in:
@@ -27,7 +27,7 @@ namespace MongoDb.Ado.data
|
||||
DbDataReaderFactoryAsync.Items.TryGetValue(operation, out var handler);
|
||||
if (handler == null)
|
||||
{
|
||||
await ExecuteHandlerFactoryAsync.HandlerAsync(operation, json, collection, cancellationToken);
|
||||
await ExecuteHandlerFactoryAsync.HandlerAsync(operation, json, collection, cancellationToken,new HandlerContext());
|
||||
return new DataTable().CreateDataReader();
|
||||
}
|
||||
handler.token = cancellationToken;
|
||||
|
Reference in New Issue
Block a user