-
-
Notifications
You must be signed in to change notification settings - Fork 963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QueryChecker issue #360
Comments
@dunglas any ideas on this? |
Something like |
DQL: SQL: The content of $relationship variable found at https://github.com/api-platform/core/blob/master/src/Bridge/Doctrine/Orm/Util/QueryChecker.php#L144: The error occurs when I'm adding the ORDER BY clause. |
Does @soyuka's patch fix this issue @mario-digitalstate ? |
Does anyone know what the $relationship variable is supposed to contain?
https://github.com/api-platform/core/blob/master/src/Bridge/Doctrine/Orm/Util/QueryChecker.php#L145
I'm having an issue where in my case, the variable contains this string '\AppBundle\Entity\ServiceTranslation' with no period. Causing an undefined index error due to the explode('.')
More info: DigitalState/Services#23
The text was updated successfully, but these errors were encountered: