You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2020/11/18 09:14:50 UTC

[cayenne] 02/02: CAY-2691 MySQL driver 8.0.x stores LocalDateTime differently than 5.1.x

This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 9b465cc034734a4816d873e9531349553c93dd84
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Wed Nov 18 12:14:37 2020 +0300

    CAY-2691 MySQL driver 8.0.x stores LocalDateTime differently than 5.1.x
---
 RELEASE-NOTES.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index abaf4de..50e0896 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -21,6 +21,7 @@ CAY-2683 Don't use DISTINCT for joins on to-one related tables
 CAY-2685 JsonType should use the actual JDBC type, not OTHER
 CAY-2686 SQL translator incorrectly quotes fully qualified tables' names
 CAY-2690 dbimport skips length changes for BINARY and VARBINARY columns
+CAY-2691 MySQL driver 8.0.x stores LocalDateTime differently than 5.1.x
 
 ----------------------------------
 Release: 4.2.M2