Closed
Description
Jens Schauder opened DATAJDBC-443 and commented
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