jakartaee / persistence

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

fix the definition of EXTRACT(SECOND...) #354

Closed gavinking closed 2 years ago

gavinking commented 2 years ago

EXTRACT(SECOND...) should return a floating point value because truncating fractional seconds isn't useful.

gavinking commented 2 years ago

Thanks @lukasj, and apologies for messing up here.