Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions en/appendices/5-3-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ Database
- ``Query::with()`` now accepts an array of expressions to align with other query clauses. This also
allows clearing the expressions with an empty array.

ORM
---

- ``joinWith()`` now asserts when the association conflicts with an existing join and will overwrite it.
Because existing code might harmlessly ignore the join or accidentally rely on that behavior, this change is not breaking
in production for CakePHP 5.

Validation
----------

Expand Down