From 0b5ddb7779a2e286cb485f1164a322b6af4bded2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Auswo=CC=88ger?= Date: Sun, 5 Nov 2023 20:11:39 +0100 Subject: [PATCH] Document removal --- UPGRADE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index 6662e215a47..a50ac5118b9 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -8,6 +8,11 @@ awareness about deprecated code. # Upgrade to 4.0 +## BC BREAK: removed `AbstractMySQLPlatform` methods. + +1. `getColumnTypeSQLSnippets()`, +2. `getDatabaseNameSQL()`. + ## BC BREAK: BIGINT vales are cast to int if possible `BigIntType` casts values retrieved from the database to int if they're inside