Tom Roar Furunes
Tom Roar Furunes
I have the same issue. It worked just fine before this update. Please consider reverting the change as I think this is a breaking change. Even if this was not...
Thanks for the quick reply. Good suggestion. I will create the JWKSet instead, and go from there.
This would be nice!
> Is this happening only with xdebug enabled? No, it also happens with xdebug off.
I'm posting raw data (binary data, like a png) I'm using Symfony 7.2. It's failing for every endpoint. Even for routes I have not configured. index.php is never reached. The...
Is it possible to get this fix into 2.20.x too? I added these changes to 2.20.9 and it seams to have solved the issue for me. Also; this is kind...
A better solution to this issue might be to change [AbstractEntityInheritancePersister::getSelectColumnSQL](https://github.com/doctrine/orm/blob/4262eb495b4d2a53b45de1ac58881e0091f2970f/src/Persisters/Entity/AbstractEntityInheritancePersister.php#L43) to check if the column alias already exist, similar to how it's done in [BasicEntityPersister::getSelectColumnSQL](https://github.com/doctrine/orm/blob/4262eb495b4d2a53b45de1ac58881e0091f2970f/src/Persisters/Entity/BasicEntityPersister.php#L1528-L1535) ```php $columnAlias = null;...
I have the same issue with doctrine 2.20.9. If I revert back to 2.20.3 it works, but anything after that fails.
If anyone have a temporary workaround it would be very much appreciated.
Here is a reproducer of this issue if needed: https://github.com/tomme87/doctrine-orm-hydration-error-reproducer (see readme)