The documentation for mongoc_client_read_command_with_opts does not mention that the read concern may default to that of the client (after a transaction). Contrast that with mongoc_client_read_write_command_with_opts, which does include the client as a possible source.
I came across this while revising PHPC's docs for inheritance in PHPC-2303.
- is related to
-
PHPC-2303 Correctly document option inheritance rules for execute methods
- Closed