Book a Demo

Author Topic: Unable to remove FK qualifier for copied attribute  (Read 2680 times)

Janez

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Unable to remove FK qualifier for copied attribute
« on: October 28, 2005, 12:17:51 am »
Unable to remove FK qualifier for a copied attribute


When copying attribute with FK constraint to another table copied attribute inherits FK qualifier.

I could not find the way to remove it. Does anybody know to do it?

(AE build 770)

thomaskilian

  • Guest
Re: Unable to remove FK qualifier for copied attri
« Reply #1 on: October 28, 2005, 10:06:30 am »
Try removing the operation and send a bug report to Sparx.

Janez

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Unable to remove FK qualifier for copied attri
« Reply #2 on: October 28, 2005, 11:02:12 am »
NO operations exist for a copied attribute so nothing can be removed.

(I have already posted this problem. According to V 5.0 Build 769 improvements list this should not be problem any more - I will redo the job)

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Unable to remove FK qualifier for copied attri
« Reply #3 on: October 30, 2005, 07:21:26 pm »
Correct.  As of build 769 or greater, this problem should no longer happen when you copy a FK attribute.

If you delete the problem attribute, then copy it back again, it should be fine.

The only other way I know to clear this flag is either via automation (EA.Attribute.IsCollection), or open the repository and find the appropriate row in t_attribute and set IsCollection to "0".

HTH.