0 votes

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
in Solved by (350 points)
recategorized by

Thanks for report. we will check it.

1 Answer

0 votes
Best answer

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

by Skipper developer (141k points)
selected by

Awesome. Thanks !