-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Remove concrete table inheritance #10414
Remove concrete table inheritance #10414
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not implemented in a decade. Let's indeed clean this up 👍
Since it technically a BC break, do we require deprecation warnings or similar in 2.x? |
It can't hurt to do so. If you do, you'll have to add something in |
I don't know how access to a |
For once, we have a clearly documented policy on this: https://www.doctrine-project.org/policies/deprecation.html 🙂 TL;DR: use |
This seems to be a leftover from early days, but never actually implemented or documented.
#10423 adds the deprecation notices in 2.14.
Closes #7371, references #10217, closes #10220.