Details
Description
Ticket GFW-117 describes a problem with editing long inList elements.
Storing the complete inList elements in one process_attribute_def, could easily run into lenght problems. The column attribute_value has a maximum length of 255 characters.
Instead of storing the complete list in one record, we should store the single values of the list in an own process_attribute_def record.
Ordering of elements in the inList are lost. This is OK as long as the list elements are alphanumeric ordered when loading again.
Issue Links
| Superset | |||
|---|---|---|---|
|
|
|
||
Please analyze necessary enhancements and provide estimation.