This is the public code repository of the BEXIS2 data management software. It contains only modules, components, and packages of the core system. Contributed modules and components will be available in separate repositories. For more information on BEXIS2, please visit our website.
[X] I searched for a similar issue and didn't find a suitable one.
What is going wrong?
Currently, the column are defined with "varchar(255)". But in some cases, the text that should go there might be longer. The values are defined inside the metadata structure (xsd). And even though the types within the xsd are defined as string with length 1 - 10000, the limit of 255 within the database is dominant.
How is it supposed to work?
Based on the definition inside the xsd, the values could/should be longer than 255 chars.
Is there an existing issue for this?
What is going wrong?
Currently, the column are defined with "varchar(255)". But in some cases, the text that should go there might be longer. The values are defined inside the metadata structure (xsd). And even though the types within the xsd are defined as string with length 1 - 10000, the limit of 255 within the database is dominant.
How is it supposed to work?
Based on the definition inside the xsd, the values could/should be longer than 255 chars.
How can it be reproduced?
No response
Do you get any exceptions?
No response
What kind of system do you use?
No response
Which task(s) is/are related to this issue?
No response