mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 16:39:11 +00:00
mysql-jdbc-8.0.13 has a nasty bug in handling DATE columns. from 1978-04-26-00:00:00+1 the JDBC driver adopts to the server TZ (GMT) -> 1978-04-25-23:00:00GMT then cuts off the hour -> 1978-04-25 and stores this in the DB When reading back we get: 1978-04-25 expanded to 1978-04-25-00:00:00GMT -> adopted to locale timezone: 1978-04-25-01:00:00CET which is then on the wrong day :(
= Apache OpenJPA - README == Preface Thank you for downloading this release of Apache OpenJPA. Apache OpenJPA is an implementation of the Java Persistence API specification. == License The content of this repository is licensed under Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0 == Further Information The following files can be found in the openjpa-project subdirectory: * BUILDING.txt * CHANGES.txt * RELEASE-NOTES.html For documentation and project information, please visit our project site: http://openjpa.apache.org/
Languages
Java
99.2%
HTML
0.4%
JavaScript
0.2%