Oleg Andreyev
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 👍
[Form] ORMQueryBuilderLoader::getEntitiesByIds executing query despite that Entity is already loaded
@xabbuh today had some time to create small repo https://github.com/oleg-andreyev/bug_app/tree/issue-57780
[Form] ORMQueryBuilderLoader::getEntitiesByIds executing query despite that Entity is already loaded
@xabbuh ping
[Form] ORMQueryBuilderLoader::getEntitiesByIds executing query despite that Entity is already loaded
Assume still relevant
@xabbuh yes, I've downgraded from 6.4.13 because of this.
6.4.6  6.4.13  https://github.com/oleg-andreyev/bug_app/pull/2