mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Does getDQLPart/getDQLParts will be deprecated/removed ? #6429
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VincentLanglet on GitHub (Mar 23, 2020).
Support Question
I saw here
https://github.com/doctrine/orm/blob/master/lib/Doctrine/ORM/QueryBuilder.php#L1331
https://github.com/doctrine/orm/blob/master/lib/Doctrine/ORM/QueryBuilder.php#L1343
the following comment
@todo Rename ... (or remove)Personally I used them in some specific situation, for example if I want to add a more specific orderBy.
Is there a reason to want to withdraw theses methods ?
If not, can I remove the
(or remove)comment ?@greg0ire commented on GitHub (Mar 23, 2020):
For future reference, these comments were introduced in
8d52967fcd10 years ago@VincentLanglet commented on GitHub (Mar 23, 2020):
Whoah, didn't see this !
I propose to remove the todo: https://github.com/doctrine/orm/pull/8078