Uploaded image for project: 'PHP Driver: Extension'
  1. PHP Driver: Extension
  2. PHPC-2249

Clarify that read concern inheritance occurs during executeQuery()

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 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.

            Assignee:
            Unassigned Unassigned
            Reporter:
            jmikola@mongodb.com Jeremy Mikola
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: