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 9934d68 CAY-2665 Support for widespread SQL types that falls into Jdbc type OTHER 9934d68 is described below commit 9934d683b484238d2a58da83fdcedf27580893cd Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Tue Sep 8 16:16:00 2020 +0300 CAY-2665 Support for widespread SQL types that falls into Jdbc type OTHER --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 550fcf8..960ba07 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -19,6 +19,7 @@ CAY-2659 Use new SQLBuilder utility to generate SQL for batch queries CAY-2662 Use custom interface for SQL tree processor instead of a Function<Node, Node> CAY-2663 Support for custom SQL operators CAY-2664 Add methods to EntityProperty to allow direct usage of primary key values +CAY-2665 Support for widespread SQL types that falls into Jdbc type OTHER CAY-2668 Experimental graph-based db operations sorter CAY-2670 CommitLog does not include FKs for deleted objects with one-way relationships