1
General Board / Limit of 255 characters removed for tags in .qea (SQLite) files?
« on: January 15, 2024, 03:08:19 am »
It seems that the limit of 255 characters is removed for tags in .qea (SQLite) files. The documentation of e.g. the TaggedValue class says that the Value field “has a 255 character limit. If the value is greater than 255 characters long, set the value to “<memo>” and insert the body of text in the 'Notes' attribute.”. See also https://sparxsystems.com/enterprise_architect_user_guide/16.1/add-ins___scripting/taggedvalue.html
I tested this with a string longer than 255 characters, and the text was saved without being cut off. In an exported XMI file, the full text was present as well.
As I understand it, the main difference between normal tags and the so-called memo-tags is that normal tags cannot contain end of line characters or newline characters (or at the least the user interface does not support entering those characters), whereas memo-tags can contain end of line characters and newline characters.
It would be great to have an official confirmation regarding the removal of this limit (and optimally, this would of course be reflected in the documentation).
I tested this with a string longer than 255 characters, and the text was saved without being cut off. In an exported XMI file, the full text was present as well.
As I understand it, the main difference between normal tags and the so-called memo-tags is that normal tags cannot contain end of line characters or newline characters (or at the least the user interface does not support entering those characters), whereas memo-tags can contain end of line characters and newline characters.
It would be great to have an official confirmation regarding the removal of this limit (and optimally, this would of course be reflected in the documentation).