AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

Multiple many-to-many relationships to same table #523

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create tables as specified on the attached ER-diagram
2. Generate the plinqo code
3. Look at the generated code for the Role, Organization and Group entities.

What is the expected output?
I would expect an EntitySet called Users in each of the entities

What do you see instead?
Role has an EntitySet called Users1
Organization has an EntitySet called Users2
Group has an EntitySet called Users3

What version of the product are you using?
v5.0.1.1966

Please provide any additional information below.
See attached ER-diagram (Multiple many-to-many.PNG)

Original issue reported on code.google.com by karb...@gmail.com on 2 Nov 2010 at 3:30

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 5 Nov 2010 at 3:19