From Olaf van der Spek (olafvdspek): Note also that there's a HTML length limit on fields like binary(20). However, when you use unhex, you can use a value up to length 40.
HTML lenght limits also do silent truncation, which is undesirable.
Logged In: YES user_id=326580 Originator: NO
"HTML lenght limits also do silent truncation, which is undesirable." MySQL is even more silent about this ... ;-)
dropped maxlength
as there can be much more functions that affect the real length to be inserted
Logged In: YES
user_id=326580
Originator: NO
"HTML lenght limits also do silent truncation, which is undesirable." MySQL is even more silent about this ... ;-)
Logged In: YES
user_id=326580
Originator: NO
dropped maxlength
as there can be much more functions that affect the real length to be inserted