BEXIS2 / Core

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.
https://bexis2.github.io/
17 stars 13 forks source link

length for default/fixed value inside metadata attribute usage #1934

Open sventhiel opened 3 days ago

sventhiel commented 3 days ago

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

sventhiel commented 3 days ago

The commit contains the changes within the mapping files. Still, we need to add it to the database update scripts.