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
We should support a way to mark types as directly supported by a database (driver).
This should probably be part of a dialect that may register additional simple types.
According to a gitter discussiong postgres supports LocalDate, LocalTime, OffsetDateTime and LocalDateTime without conversions
Issue Links:
DATAJDBC-414 Add support for persisting OffsetDateTime/ZonedDateTime