[fixed] Using specific column name with foreign keys as primary key generate invalid mapping

0 votes
asked May 8, 2015 in Solved by Damien (350 points)
recategorized May 22, 2015 by ludek.vodicka

Hello

I tried to reproduce example "Identity through foreign Entities" from here http://doctrine-orm.readthedocs.org/en/latest/tutorials/composite-primary-keys.html

In addition I set a specific column name to some manyToOne association in ArticleAttribute

Project : https://dl.dropboxusercontent.com/u/72710892/Foreign%20Keys%20as%20Primary%20Key.skipper

Mapping:

ArticleAttribute:
  type: entity
  id:
    :
      type: integer
      associationKey: true
      column: Article
    :
      type: integer
      associationKey: true
      column: Attribute
commented May 8, 2015 by ludek.vodicka Skipper developer (140,450 points)

Thanks for report. we will check it.

1 Answer

0 votes
answered May 8, 2015 by ludek.vodicka Skipper developer (140,450 points)
selected May 8, 2015 by Damien
 
Best answer

Hi, fix for this issue is available in latest beta: http://support.skipper18.com/402/downloads-skipper-beta

commented May 8, 2015 by Damien (350 points)

Awesome. Thanks !

...