-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Exception when calling toIterable without parameters #8575
Milestone
Comments
flack
added a commit
to flack/midgard-portable
that referenced
this issue
Mar 30, 2021
kbond
added a commit
to kbond/skunkworks
that referenced
this issue
Mar 30, 2021
I have the same issue here. This is a blocker for upgrading to DBAL 2.13 for us. |
Fixed with #8495 already, not released yet - will be in 2.8.3 |
@beberlei awesome, thanks for the quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm calling Doctrine\ORM\Query::toIterable() without any parameters like this:
This produces the following exception:
The code used to work fine with the
iterate()
method, but I wanted to replace it with the new version, since it's deprecated. If I downgradedoctrine/dbal
to 2.12.1, everything works. With 2.13.0 it breaks. Not sure if this means I should rather open a ticket for doctrine/dbal?The text was updated successfully, but these errors were encountered: