Skip to content

Commit

Permalink
chore: Add Breaking Changes section for Release 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joc-a committed Feb 27, 2024
1 parent 39c2267 commit 3215927
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Breaking Changes

# 0.48.0

* In `nonNullValueToString` for `KotlinInstantColumnType` and `JavaDateColumnType`, the formatted String for MySQL did not match the format received from the metadata
when `isFractionDateTimeSupported` is true, so a new formatter specific to that is now used.
* In `nonNullValueToString` for `KotlinLocalDateTimeColumnType`, the formatted String for MySQL did not match the format received from the metadata
when `isFractionDateTimeSupported` is true, so a new formatter specific to MySQL is now used.
* In `nonNullValueToString` for `DateColumnType`, `JavaLocalDateTimeColumnType`, `JavaLocalTimeColumnType`, `JavaInstantColumnType`, `KotlinLocalDateTimeColumnType`,
`KotlinLocalTimeColumnType`, and `KotlinInstantColumnType`, the correct formatter for MySQL is used when the version (below 5.6) does not support fractional
seconds.
* In `nonNullValueToString` for `DateColumnType` and `DateTimeWithTimeZoneColumnType`, the formatters used are changed to reflect the fact that Joda-Time stores
date/time values only down to the millisecond (up to SSS and not SSSSSS).

## 0.47.0

The function `SchemaUtils.checkExcessiveIndices` used to check both excessive indices and excessive foreign key
Expand Down

0 comments on commit 3215927

Please sign in to comment.