Update mongodb

This commit is contained in:
sunkaixuan
2025-07-09 12:06:43 +08:00
parent c9636a999c
commit 53c50aab06
12 changed files with 21 additions and 4 deletions

View File

@@ -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;