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

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

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

1 Answer

0 votes
answered Mar 12, 2013 by ludek.vodicka Skipper developer (140,450 points)
 
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.

commented Mar 12, 2013 by anonymous

That was the problem. Thanks!

commented Mar 12, 2013 by ludek.vodicka Skipper developer (140,450 points)

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

...