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
The following commit(s) were added to refs/heads/master by this push: new 3ba8312 CAY-2695 Reverse engineering on SQLite fails due to feature not being supported 3ba8312 is described below commit 3ba831280a77aeb5c5d701ee7480563068938729 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Wed Mar 3 11:24:18 2021 +0300 CAY-2695 Reverse engineering on SQLite fails due to feature not being supported --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index ddd59d4..cb35e47 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -27,6 +27,7 @@ CAY-2686 SQL translator incorrectly quotes fully qualified tables' names CAY-2687 Modeler Migrate Repeatedly Asks to Set Column Type for MySQL 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 +CAY-2695 Reverse engineering on SQLite fails due to feature not being supported CAY-2698 EventSubject.getSubject() is not thread safe ----------------------------------