You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make incorrect_length_validation use column name (#111)
This commit fixes a bug that caused incorrect_length_validation to use
the first length validator on _any_ column when identifying the
model-level maximum. This is naturally incorrect, and the code was
modified to take the column name into account.
0 commit comments