Oleg Andreyev

Results 116 comments of Oleg Andreyev

Current workaround is add "decorator" and override validate method: https://github.com/doctrine/orm/issues/11349#issuecomment-1989465309 but "extension" must import original XSD also. We can't have an array of XSD because each time XSD validation will...

@greg0ire imo disabling validation is not a good idea, I personally like how XML is validated and it saves **money** and **time** if something is wrong with mapping.

Fix looks like quite easy: \Doctrine\ORM\UnitOfWork::eagerLoadCollections when calling loadAll, just pass `orderBy` mapping. ¯\_(ツ)_/¯

@Hanmac @xabbuh forgot to push changes: https://github.com/oleg-andreyev/bug_app/commit/f4a9b29e2bb75ab28b50a4fcc8641e69ce65b8d3, please re-open it.

> Thanks @oleg-andreyev for your contribution, though I can't merge this PR without a few changes Will try to address in near few days 👍

@xabbuh today had some time to create small repo https://github.com/oleg-andreyev/bug_app/tree/issue-57780

@xabbuh yes, I've downgraded from 6.4.13 because of this.

6.4.6 ![image](https://github.com/user-attachments/assets/b28e68d6-e5ba-4ce4-b6c3-bee9a3c6f80c) 6.4.13 ![image](https://github.com/user-attachments/assets/b9a83d90-4a54-44ae-b67b-b731de209acd) https://github.com/oleg-andreyev/bug_app/pull/2