This is an automated email from the ASF dual-hosted git repository.
aadamchik 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 a35e579 CAY-2682 Vertical Inheritance: DB-generated PK doesn't
propagate from the root to children
a35e579 is described below
commit a35e579b7af0d3e8923763cb9761560f90ffff9e
Author: Andrus Adamchik <[email protected]>
AuthorDate: Sat Oct 3 10:42:28 2020 +0300
CAY-2682 Vertical Inheritance: DB-generated PK doesn't propagate from the
root to children
* CAY-2682 is a bugfix, not a feature
---
RELEASE-NOTES.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 84d4952..e6e5a35 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -25,7 +25,6 @@ CAY-2668 Experimental graph-based db operations sorter
CAY-2670 CommitLog does not include FKs for deleted objects with one-way
relationships
CAY-2673 Support ordering by aggregate functions
CAY-2674 Support in-memory evaluation of aggregate functions
-CAY-2682 Vertical Inheritance: DB-generated PK doesn't propagate from the root
to children
Bug Fixes:
@@ -34,6 +33,7 @@ CAY-2671 QualifierTranslator fails to translate expressions
with compound PKs/FK
CAY-2675 A one-to-one relationship with meaningful PK can be nullified in the
nested context
CAY-2679 Unstable ordering of relationships in the .map.xml file
CAY-2681 Modeler: All selected checkboxes cause project to become dirty at
initialization
+CAY-2682 Vertical Inheritance: DB-generated PK doesn't propagate from the root
to children
----------------------------------
Release: 4.2.M1