-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Docs
Query::__construct() docs for the readConcern option state:
A read concern to apply to the operation. By default, the read concern from the MongoDB Connection URI will be used.
The inheritance actually occurs during execution, although Manager::executeQuery() doesn't mention read concern inheritance. We should note that using language similar to Manager::executeReadCommand(). Then, the Query option still discuss inheritance but link directly to the execute method for more context.