Update mongodb

This commit is contained in:
sunkaixuan
2025-05-02 15:34:22 +08:00
parent 9cc2c3ee0d
commit bad7a86c23

View File

@@ -71,7 +71,7 @@ namespace MongoDb.Ado.data
{
var (operation, collectionName, json) = ParseCommand(_commandText);
var collection = GetCollection(collectionName);
return new ExecuteScalarHandler().Handle(collection, json);
return new ExecuteScalarHandler().Handle(operation,collection, json);
}
protected override DbDataReader ExecuteDbDataReader(CommandBehavior behavior)
{