Deps updates, handle more tables + LK code
This commit is contained in:
parent
f649b5f953
commit
5fe140714e
14 changed files with 583 additions and 79 deletions
|
|
@ -52,3 +52,5 @@ class LengthValidator():
|
|||
state.__class__.__name__, state.__class__._map_columns(self.col_name),
|
||||
len(value), self.max_length))
|
||||
return value
|
||||
|
||||
# Add more validators, such as type for ints.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue