[GH-8471] undeprecate partials completly#11647
Conversation
|
Probably not the best place, but I don't know where else: This actually takes away a huge burden. I already invested many hours in replacing PARTIAL with the new fetchMode() but many use-cases were not covered and I wonder (and hope) that those are still on the roadmap ... but removing these specific deprecation actually improves my DX a lot. Thank you π |
|
Is it correct and wanted that the deprecation notice is still there in https://github.com/beberlei/doctrine2/blob/fc299b184b6c8e918ba08e4328687db126699ccd/src/UnitOfWork.php#L2991-L2996? |
|
Why are you linking to another repository than |
|
Because I copied it from the merge request. Here you go: https://github.com/doctrine/orm/blob/2.20.0/src/UnitOfWork.php#L2991-L2996 |
|
@laufhannes good question, i need to look what the difference between |
This undeprecates SELECT PARTIAL DQL queries.
EntityManager::getPartialReferenceis still deprecated, since it will be indistinguishable fromEntityManager::getReferencein the future.Related: