Noémi Salaün

Results 35 comments of Noémi Salaün

@greg0ire I changed the test with entities with less meaning

I managed to replicate the problem with a minimum of code with doctrine/orm 2.16.1 Create this entities ```php use Doctrine\ORM\Mapping as ORM; #[ORM\Entity, ORM\Table(name: 'user')] class User { #[ORM\Id, ORM\Column]...

Any news on this issue ? The v2.17 is released but I'm still locked on v2.15 because of this :/ The issue is still present on v2.17

By going threw each commits between 2.15.5 and 2.16.0 I found that the issue appeared after this commit https://github.com/doctrine/orm/commit/01a14327d2404885897961851659b467ec966d74 I'll continue digging

Here https://github.com/doctrine/orm/pull/11194 is my PR which seems to fix the issue, at least for my case