Home Documentation Download Pricing Buy Now

[Solved] ORM Designer is not exporting one-to-one relationships

0 votes

ORM designer 2.1.9.691 is not exporting my one-to-one associations.Is there a known issue or fix for this?

http://i.imgur.com/2bYEJxt.png

Example

asked Mar 12, 2013 in Solved by anonymous
recategorized Mar 13, 2013 by ludek.vodicka

1 Answer

0 votes
 
Best answer

You didn't write which ORM framework are you using, but if it's Doctrine2, you need to set-up association aliases.

enter image description here

If this is not your case and you have correctly filled aliases, please post screen of your association settings.

answered Mar 12, 2013 by ludek.vodicka Skipper developer (140,530 points)

That was the problem. Thanks!

You're welcome. I'm glad we solved it.

...