phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Add support to the new id entity generation preferences in Doctrine ORM 3.0

Open TeLiXj opened this issue 5 months ago • 1 comments

In the lastest ORM beta version, a new setting is used to configure the default value for the #[ORM\GeneratedValue] attribute if has no values https://github.com/doctrine/orm/releases/tag/3.0.0-beta1

This appears in a deprecation notice in the lastest versions of Symfony and I only found a workaround using a compiler pass https://github.com/doctrine/DoctrineBundle/issues/1740#issuecomment-1903582154 but I think that should be configured directly in the bundle

TeLiXj avatar Jan 22 '24 14:01 TeLiXj