jethro-pmm icon indicating copy to clipboard operation
jethro-pmm copied to clipboard

Dealing with long custom field values

Open tbar0970 opened this issue 4 years ago • 1 comments

Currently, custom fields of type text are varchar(255) in the database. If a user enters more text than that, Jethro passes it on to MySQL. Historically, MySQL has quietly truncates it. But recently, as it becomes more strict, it's throwing an error. Jethro should either reject or truncate the value itself.

tbar0970 avatar Mar 18 '20 01:03 tbar0970

From #648

tbar0970 avatar Mar 18 '20 01:03 tbar0970