Author Topic: Table containing Tagged Values  (Read 2338 times)

martin1

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Table containing Tagged Values
« on: August 07, 2024, 06:11:08 pm »
In some older posts I've seen queries operating on t_attribute/t_attributetag when getting tagged values. In my database those are empty, and the tagged values seem to be located in t_objectproperties.

Does anyone know about the reason for this? Was there a change some time?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Table containing Tagged Values
« Reply #1 on: August 07, 2024, 07:37:34 pm »
on elements => t_objectproperties
on attributes => t_attributeTag
on connectors => t_connectorTag
on operations => t_operationTag
on parameters and connector ends => t_taggedValue

This has not changed

Geert
« Last Edit: August 07, 2024, 08:46:19 pm by Geert Bellekens »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Table containing Tagged Values
« Reply #2 on: August 07, 2024, 08:42:26 pm »
The reason is just history. The one responsible is unfortunately out for yachting at the moment.

q.

martin1

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Re: Table containing Tagged Values
« Reply #3 on: August 08, 2024, 12:16:16 am »
Thanks for clarification.