You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.
In dql-doctrine-query-language.rst, when comparing examples from sections 12.2.5. Using INDEX BY and 12.7.2. Pure and Mixed Results, I came to the conclusion that the result of the INDEX BY example (around line #470) is wrong.
Maybe the DQL statement should start by: SELECT u, u.status, upper(u.name) nameUpper
(with u instead of u.id)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In
dql-doctrine-query-language.rst
, when comparing examples from sections 12.2.5. Using INDEX BY and 12.7.2. Pure and Mixed Results, I came to the conclusion that the result of the INDEX BY example (around line #470) is wrong.Maybe the DQL statement should start by:
SELECT u, u.status, upper(u.name) nameUpper
(with
u
instead ofu.id
)The text was updated successfully, but these errors were encountered: