Opened 10 years ago

Closed 10 years ago

#608 closed defect (fixed)

Data truncation error for description on VC creation

Reported by: Twan Goosen Owned by: Twan Goosen
Priority: critical Milestone: VirtualCollectionRegistry-1.0
Component: VCRegistry Version:
Keywords: Cc: Dieter Van Uytvanck

Description (last modified by Twan Goosen)

When creating a new VC, Dieter encountered a failure which corresponds with the error message

com.mysql.jdbc.!MysqlDataTruncation: Data truncation: Data too long for column 'description' at row 1

in the server log.

The length of the resource description exceeds the limit of 255 that is currently imposed, though this is not validated before submission.

Proposed solution: allow for longer description (similar to VC description), and adjust the dialogue in the create/edit view (input line->box).

Change History (2)

comment:1 Changed 10 years ago by Twan Goosen

Description: modified (diff)
Owner: set to Twan Goosen
Status: newaccepted

comment:2 Changed 10 years ago by Twan Goosen

Resolution: fixed
Status: acceptedclosed

Fixed in [5532]. This requires an update or re-instantiation of the database to work.

Note: See TracTickets for help on using tickets.