Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-BETA4
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
Based on code instrospection, it seems that SQL generated is wrong when you attempt to do something like this:
SELECT m FROM CompanyManager m WHERE m.InheritedSingleValuedAssociation = ?1
It seems the column that refers to the association points to wrong table (apparently it points to CompanyManager table).
If everything works, we still need to have coverage to it (we have none).
The first thing we need is tests to verify the issue.