Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
TeLiXj opened this issue Jan 22, 2024 · 1 comment
Closed

Comments

@TeLiXj
Copy link

TeLiXj commented Jan 22, 2024

Feature Request

A few months ago, the default AUTO setting in the generated value attribute was deprecated (#[ORM\GeneratedValue]) to force one to be chosen. For now, only PostgreSQL is affected and you can now configure it with a new global setting identityGenerationPreferences.
https://github.com/doctrine/orm/releases/tag/3.0.0-beta1

Q A
New Feature yes
RFC no
BC Break no

Summary

Migrations should take into consideration the new ORM 3.0 configuration identityGenerationPreferences if the entity attribute GeneratedValue has no values

@TeLiXj TeLiXj closed this as completed Jan 22, 2024
@TeLiXj
Copy link
Author

TeLiXj commented Jan 22, 2024

Sorry, I put this by error: migrations works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant