1
0
Fork 0
mirror of synced 2025-04-02 21:06:18 +03:00
doctrine2/lib/Doctrine
Marcin Szulc a360da5a7e
Fix lazy loading of 1-to-1 relationship with custom id object
Fixing case when lazy loading of entity in one-to-one relationship on the side without foreign key
did not return eht entity because of custom type not being detected and properly formatted before
applying to database query.

Closes https://github.com/doctrine/doctrine2/issues/5887
2017-04-30 19:53:28 +02:00
..
ORM Fix lazy loading of 1-to-1 relationship with custom id object 2017-04-30 19:53:28 +02:00