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 daa3627 CAY-2668 Experimental graph-based db operations sorter
daa3627 is described below
commit daa362758b83137968ed79762fb1fd5d3a1ffc2e
Author: Nikita Timofeev <[email protected]>
AuthorDate: Thu Jul 23 13:38:56 2020 +0300
CAY-2668 Experimental graph-based db operations sorter
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 03554d7..e89c04a 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-2668 Experimental graph-based db operations sorter
Bug Fixes: