Skip to content

Commit

Permalink
Documenting BC Break introduced by the removal of `Doctrine\ORM\Query…
Browse files Browse the repository at this point in the history
…\SqlWalker#walkCaseExpression()`

Ref: #5600
  • Loading branch information
Ocramius authored Jan 15, 2017
1 parent 09cbb9f commit 41a3779
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Upgrade to 2.5

## Minor BC BREAK: removed $className parameter on `AbstractEntityInheritancePersister#getSelectJoinColumnSQL`
## Minor BC BREAK: removed `Doctrine\ORM\Query\SqlWalker#walkCaseExpression()`

Method `Doctrine\ORM\Query\SqlWalker#walkCaseExpression()` was unused and part
of the internal API of the ORM, so it was removed. [#5600](https://github.com/doctrine/doctrine2/pull/5600).

## Minor BC BREAK: removed $className parameter on `AbstractEntityInheritancePersister#getSelectJoinColumnSQL()`

As `$className` parameter was not used in the method, it was safely removed.

Expand Down

0 comments on commit 41a3779

Please sign in to comment.