Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0-ALPHA4
-
Fix Version/s: None
-
Component/s: DQL
-
Security Level: All
-
Labels:None
Description
The walkPathExpression is currently only implemented for TYPE_STATE_FIELD instances, not for TYPE_SINGLE_VALUED_ASSOCATION and TYPE_COLLECTION_VALUED_ASSOCATION.
For the Single Valued Association it can be added easily:
1. Field is on the Owning Side - Just add a check for the Column
2. Field is on the Inverse Side - Add Inner Join
and check for the column
Issue Links
- is referenced by
-
DDC-189
Implement SqlWalker::walkSingleValuedAssociationPathExpression()
-
Ok this is a duplicate of
DDC-189