You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set LocalDateTime as Default Java Type for TIMESTAMP/DATETIME (#135)
Motivation:
The current default JavaType(`ZonedDateTime`) for `TIMESTAMP` and
`DATETIME` columns
does not align with r2dbc-community (especially
`org.mariadb:r2dbc-mariadb`)
and previous version (`dev.miku:r2dbc-mysql`).
Modification:
Set `LocalDateTime` as the default Java type for `TIMESTAMP` and
`DATETIME` columns.
Result:
Ensures compatibility with the r2dbc-driver community.
resolves#130.
0 commit comments