Skip to content

Commit

Permalink
Adding NonUniqueResultException
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLandauer committed Mar 17, 2024
1 parent ae84225 commit 4b4b9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/dql-doctrine-query-language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ to PHP is determined by the so-called "hydration mode":
pure/mixed distinction does not apply.
- **``getSingleScalarResult()``** (``HYDRATE_SINGLE_SCALAR``: Retrieves a single scalar
value from the result returned by the dbms. If the result contains
more than a single scalar value, an exception is thrown. The
more than a single scalar value, a ``NonUniqueResultException`` is thrown. The
pure/mixed distinction does not apply.

In parentheses are the constants of the ``Query`` class which you can use with the
Expand Down

0 comments on commit 4b4b9b7

Please sign in to comment.