jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
196 stars 58 forks source link

introduce local date/time special functions #352

Closed gavinking closed 2 years ago

gavinking commented 2 years ago

This finally puts support for the LocalDate, LocalTime, and LocalDateTime types defined by java.time on an equal footing to support for the bad old Date,Time,Timestamp classes in java.sql.

It also clarifies the types of current_date and friends, which were left undefined until now, but which were interpreted by implementations to mean the java.sql types.

gavinking commented 2 years ago

Thank you!