Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
What I've found regarding zone/offset information support:
- MariaDB ... no
- PostgreSQL ... no
- MySQL ... no
- Microsoft SQL Server ... yes
- Oracle DB ... yes
- H2 ... yes
The sensible thing to do is to provide a custom type mapping for JDO and JPA in support of zone/offset temporals, by adding a secondary column that holds the zone/offset information. Similar to what we do with Blob/Clob.