nobrin / macaron

A simple O/R mapper for SQLite
http://nobrin.github.com/macaron/
MIT License
31 stars 8 forks source link

Field validation will be implemented #12

Closed nobrin closed 12 years ago

nobrin commented 12 years ago

Expanding ConvertAt class can validate the value. The validate() will be appended to the ConvertAt classes.

nobrin commented 12 years ago

Field#validate is implemented and ValidationError is added.