Skip to content

Commit

Permalink
Document removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Nov 5, 2023
1 parent 8ecd6ba commit 0b5ddb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b5ddb7

Please sign in to comment.