Skip to content
Open
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
---

- Using ``joinWith()`` now throws an exception when there are conflicting associations. Users would already
see a SQL error in this situation but without an explanation. Users who add invalid joins but didn't reference them
in the query might see a new exception when previously the SQL was incorrect but harmless.

Validation
----------

Expand Down