-
-
Notifications
You must be signed in to change notification settings - Fork 453
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
deprecate all ORM proxy commands #1581
deprecate all ORM proxy commands #1581
Conversation
a077ef3
to
398d0d9
Compare
The |
This should probably also deprecate the proxy commands for DBAL commands. For now, you handle only ORM ones. |
ORM:
Bundle:
So yeah seems better 😄 |
I suggest improving the help in the ORM (without using the entity namespace feature that has been removed in doctrine/persistence 3.x) |
@stof regarding
Which DBAL command are you referring to exactly? From what I can tell all commands inside the |
Actually, the deprecation of DBAL proxy commands was half-done already. For instance, |
@stof I will do this for the DBAL command(s) separately. Ok? |
@stof @ostrolucky actually this is done already for the DBAL command, right? Checking 95c9daf#diff-11eb636a4aa9dc6c6b58251b233250d85cb1b8c16ec5845574e7a5b4fd90ff42R105 I see that because of the changed command name |
yeah |
Closes #1524
List of all doctrine commands from this bundle as tested on one of my apps using this branch: