From 2ecd4aa1ab8dabef68c24b5d7358075ca05bebde Mon Sep 17 00:00:00 2001 From: othercorey Date: Sun, 23 Aug 2026 15:43:39 -0500 Subject: [PATCH] Update migration guide for FunctionsBuilder::concat() Clarified behavior change regarding FunctionsBuilder::concat() in Postgres. --- docs/en/appendices/5-5-migration-guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/appendices/5-5-migration-guide.md b/docs/en/appendices/5-5-migration-guide.md index d750b3432f..7390e29ba5 100644 --- a/docs/en/appendices/5-5-migration-guide.md +++ b/docs/en/appendices/5-5-migration-guide.md @@ -18,8 +18,7 @@ bin/cake upgrade rector --rules cakephp55 ### 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