Closed
Description
Bug Report
Q | A |
---|---|
BC Break | no |
Version | 2.11.3 |
Summary
When the first row of a leftJoin result contains null values (because of a SqlFilter), the collection is hydrated as empty.
Current behavior
The collection is hydrated as empty if the first row is nullish.
How to reproduce
Details for reproduction is in https://github.com/freiondrej-lmc/doctrine_orm_bug_reproduction .
Expected behavior
The Collection should be hydrated with existing data.