-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 4.0.2, 4.1
-
Fix Version/s: None
-
Component/s: Core Library
-
Labels:None
In the vertical inheritance setup, if the root entity has DB-generated PK it doesn't propagate to subclasses. Insert fails with SQL error as PK is NULL in the subclass table.
This works in Cayenne 4.2 as it has new FlushAction implementation.