We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1438159 commit 0319438Copy full SHA for 0319438
en/appendices/5-3-migration-guide.rst
@@ -28,6 +28,13 @@ Database
28
- ``Query::with()`` now accepts an array of expressions to align with other query clauses. This also
29
allows clearing the expressions with an empty array.
30
31
+ORM
32
+---
33
+
34
+- ``joinWith()`` now asserts when the association conflicts with an existing join and will overwrite it.
35
+ Because existing code might harmlessly ignore the join or accidentally rely on that behavior, this change is not breaking
36
+ in production for CakePHP 5.
37
38
Validation
39
----------
40
0 commit comments