[PR #11403] [Documentation] Merging "Query Result Formats" with "Hydration Modes" #13005

Closed
opened 2026-01-22 16:15:51 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/11403

State: closed
Merged: Yes


Page: https://www.doctrine-project.org/projects/doctrine-orm/en/2.19/reference/dql-doctrine-query-language.html#query-result-formats

As announced in https://github.com/doctrine/orm/pull/11372#issue-2190613801, I merged the (mostly) identical sections.

  • I changed the consts from Query to AbstractQuery

  • I deleted this - mainly cause I didn't find a nice place for it:

    In parentheses are the constants of the Query class which you can use with the
    general-purpose method Query::execute(array $params = [], $hydrationMode = Query::HYDRATE_OBJECT).

    Should I bring it back?

**Original Pull Request:** https://github.com/doctrine/orm/pull/11403 **State:** closed **Merged:** Yes --- Page: https://www.doctrine-project.org/projects/doctrine-orm/en/2.19/reference/dql-doctrine-query-language.html#query-result-formats As announced in https://github.com/doctrine/orm/pull/11372#issue-2190613801, I merged the (mostly) identical sections. * I changed the `const`s from `Query` to `AbstractQuery` * I deleted this - mainly cause I didn't find a nice place for it: > In parentheses are the constants of the ``Query`` class which you can use with the general-purpose method ``Query::execute(array $params = [], $hydrationMode = Query::HYDRATE_OBJECT)``. Should I bring it back?
admin added the pull-request label 2026-01-22 16:15:51 +01:00
admin closed this issue 2026-01-22 16:15:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#13005