Bug Report
| Q |
A |
| BC Break |
yes (kind of) |
| Version |
2.10.2 |
Summary
The new AbstractQuery::toIterable method does not support hydrating mixed results, while the deprecated AbstractQuery::iterate was supporting it. This means that it is not always possible to migrate from the deprecated API to its replacement API (and so that some cases would not be possible in ORM 3.0).
It would be great to support it.