https://sourceforge.net/forum/message.php?msg_id=5341861
I recently wanted to add a defect and inserted the defect summary with copy paste from an e-mail. My summary was a little to long so I got the following error:
User Defined Error :- mysql error: [1406: Data too long for column 'Summary' at row 1] in EXECUTE("UPDATE bug SET bug.Status = 'New', bug.Category = '0', bug.DiscoveryPeriod = '', bug.Component = '0', bug.Priority = '', bug.Severity = '', bug.FoundInRelease = '', bug.AssignToRelease = '', bug.ImplementedInRelease = '', bug.AssignedTo = '', bug.AssignedToDeveloper = '', bug.Summary = 'very-long-summary-text-goes-here', bug.Description = '
test
' WHERE bug.BugID = '19'")
File: C:\Programme\xampp\htdocs\rth\adodb-4.65\adodb-errorhandler.inc.php
Line: 77
Is it possible to add some kind of field length check to the summary field?
We use RTH 1.7.0 with XAMP 1.6.7 on Windows 2003 Server.