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
3 changes: 1 addition & 2 deletions docs/en/appendices/5-5-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ bin/cake upgrade rector --rules cakephp55 <path/to/app/src>

### Database

- Expressions created with `FunctionsBuilder::concat()` now use `CONCAT()` with
postgres instead of the `||` operator.
- `Postgres` driver does not replace `FunctionsBuilder::concat()` expressions with `||` operations.

## Deprecations

Expand Down