From 28b6ca3a16b5f22b0fa9762b1751a6691ea6bc11 Mon Sep 17 00:00:00 2001 From: Michael Moravec Date: Sun, 17 Dec 2017 04:31:42 +0100 Subject: [PATCH] UPGRADE: Added method parenthesis, fixed method name --- UPGRADE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index 3132aef98..6432d3a17 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -4,20 +4,20 @@ Since it's just an utilitarian class and should not be inherited. -## Minor BC BREAK: removed `Doctrine\ORM\Query\Parser#isInternalFunction` +## Minor BC BREAK: removed `Doctrine\ORM\Query\QueryException::associationPathInverseSideNotSupported()` -Method `Doctrine\ORM\Query\QueryException::associationPathInverseSideNotSupported` +Method `Doctrine\ORM\Query\QueryException::associationPathInverseSideNotSupported()` now has a required parameter `$pathExpr`. -## Minor BC BREAK: removed `Doctrine\ORM\Query\Parser#isInternalFunction` +## Minor BC BREAK: removed `Doctrine\ORM\Query\Parser#isInternalFunction()` -Method `Doctrine\ORM\Query\Parser#isInternalFunction` was removed because +Method `Doctrine\ORM\Query\Parser#isInternalFunction()` was removed because the distinction between internal function and user defined DQL was removed. [#6500](https://github.com/doctrine/doctrine2/pull/6500) -## Minor BC BREAK: removed `Doctrine\ORM\ORMException#overwriteInternalDQLFunctionNotAllowed` +## Minor BC BREAK: removed `Doctrine\ORM\ORMException#overwriteInternalDQLFunctionNotAllowed()` -Method `Doctrine\ORM\Query\Parser#overwriteInternalDQLFunctionNotAllowed` was +Method `Doctrine\ORM\Query\Parser#overwriteInternalDQLFunctionNotAllowed()` was removed because of the choice to allow users to overwrite internal functions, ie `AVG`, `SUM`, `COUNT`, `MIN` and `MAX`. [#6500](https://github.com/doctrine/doctrine2/pull/6500)