What steps will reproduce the problem?
After adding a relationship between two tables on the SQL side this
doesn't get reflected the next time I generate the outputs. I need to
delete all entity files and re-create them.
Another issue I'm getting with relationships:
I have got a Table with Tolerances and another one with Tolerance Fields
(Name and Category of the Tolerance). If assign the Tolerance Fields
(Column: Rec_ID) to the Tolerance table (Column: Tolerance_Field), both
integer fields and try to get a list of all Tolerances I get this error:
Invalid association mapping for
member '_Data.tblTolerance.ToleranceFieldtblToleranceField'. '_Data.tblTole
rance' is no entity.
If I do it without the relationship I get a list of all Tolerances.
What version of the product are you using?
Nightly build 11/24
Original issue reported on code.google.com by
schaffn...@GMX.deon 1 Dec 2009 at 2:26