Details
Description
If a user enters a string larger than 255 chars into the 'Location' field when adding a new file/url resource, Oracle throws an error about the value being too large for the column. I've worked around this with the attached patch.
Hi Jonathon,
I've just fulfilled MDL-13855 about to discuss and apply a general solution for this problem.
IMO, just truncating the data isn't the best solution. We should specify max lenghts and validate them properly to be really consistent.
Thanks for your report. It's has ignited the other one. Ciao