Skip to content

Commit

Permalink
Add info regarding cakephp/cakephp#14556
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed May 7, 2020
1 parent d0d90dd commit c8ac8b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions en/appendices/4-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ ORM

* BelongsToMany associations now respect the bindingKey set in the junction table's BelongsTo association.
Previously, the target table's primary key was always used instead.
* ``Cake\ORM\AssociationCollection`` no longer lower cases association names
to generate keys for the object map it maintains internally. One should
use the association name with same casing in calls to methods like
``AssociationCollection::get()``, ``Query::contain()`` etc. as they have used
when declaring the association.

TestSuite
---------
Expand Down

0 comments on commit c8ac8b4

Please sign in to comment.