Is it intentional that text entered in varchar field is not saved at all when the text is more than 255 chars? (instead of truncating the rest)
Same question with import - when I have to import records with varchar fields then the whole record will be not imported when any of the imported varchar fields is over 255 chars in csv.
Maybe it would be sensible to show a warning and truncate the field instead of not saving/not importing the record.
Same question with import - when I have to import records with varchar fields then the whole record will be not imported when any of the imported varchar fields is over 255 chars in csv.
Maybe it would be sensible to show a warning and truncate the field instead of not saving/not importing the record.
Comment