From 8da06974bc0925e04dc555aa91bb3d53996a2a7e Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 27 Jul 2020 21:43:41 +0000 Subject: [PATCH] Use aggregate command in executeReadWriteCommand docs findAndModify does not take a readConcern so it is more suited to executeWriteCommand. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350222 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mongodb/mongodb/driver/manager/executereadwritecommand.xml | 2 +- .../mongodb/mongodb/driver/server/executereadwritecommand.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mongodb/mongodb/driver/manager/executereadwritecommand.xml b/reference/mongodb/mongodb/driver/manager/executereadwritecommand.xml index 57980ef312..69efe7a1c8 100644 --- a/reference/mongodb/mongodb/driver/manager/executereadwritecommand.xml +++ b/reference/mongodb/mongodb/driver/manager/executereadwritecommand.xml @@ -21,7 +21,7 @@ This method will apply logic that is specific to commands that read and write (e.g. - findAndModify) + aggregate) and take the MongoDB server version into account. The "readConcern" and "writeConcern" options will default to the corresponding values from the diff --git a/reference/mongodb/mongodb/driver/server/executereadwritecommand.xml b/reference/mongodb/mongodb/driver/server/executereadwritecommand.xml index 6394cc72ff..16d3806937 100644 --- a/reference/mongodb/mongodb/driver/server/executereadwritecommand.xml +++ b/reference/mongodb/mongodb/driver/server/executereadwritecommand.xml @@ -21,7 +21,7 @@ This method will apply logic that is specific to commands that read and write (e.g. - findAndModify) + aggregate) and take the MongoDB server version into account. The "readConcern" and "writeConcern" options will default to the corresponding values from the