Skip to content

Commit c7445ab

Browse files
committed
Merge pull request #295
2 parents f39ceba + 9c79c38 commit c7445ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

source/includes/apiargs-MongoDBCollection-common-option.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ type: :php:`MongoDB\\Driver\\ReadConcern <class.mongodb-driver-readconcern>`
3636
description: |
3737
:manual:`Read concern </reference/read-concern>` to use for the operation.
3838
Defaults to the collection's read concern.
39+
40+
This is not supported for server versions prior to 3.2 and will result in an
41+
exception at execution time if used.
3942
interface: phpmethod
4043
operation: ~
4144
optional: true

source/includes/extracts-error.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ content: |
2929
ref: error-unsupportedexception
3030
content: |
3131
:phpclass:`MongoDB\\Exception\\UnsupportedException` if options are used and
32-
not supported by the selected server (e.g. ``collation``, ``writeConcern``).
32+
not supported by the selected server (e.g. ``collation``, ``readConcern``,
33+
``writeConcern``).
3334
...

0 commit comments

Comments
 (0)