|
|
|
|
|
by coderdude
4888 days ago
|
|
One thing that bugs me is MySQL will truncate a value if the column can't hold it all and will only issue a warning (by default?). Although in most instances I've already done the foot work of checking a value's length, it would be nice to be able to throw an exception when it occurs. Of course that could be the choice of my framework and not MySQL's fault. |
|
Yes, it's not default. Yes, it can be overridden. Yes, that bothers a lot of people.