mirror of https://github.com/apache/openjpa.git
f7a4445e68
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 :( |
||
---|---|---|
openjpa | ||
openjpa-all | ||
openjpa-examples | ||
openjpa-features | ||
openjpa-integration | ||
openjpa-jdbc | ||
openjpa-jest | ||
openjpa-kernel | ||
openjpa-lib | ||
openjpa-persistence | ||
openjpa-persistence-jdbc | ||
openjpa-persistence-locking | ||
openjpa-project | ||
openjpa-slice | ||
openjpa-tools | ||
openjpa-xmlstore | ||
scripts | ||
src/site | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.adoc | ||
patchoj.py | ||
pom.xml |
README.adoc
= 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/