Hi,
Another weakness in sqlalchemy's mutable object support is the fact that @validates validators aren't run when nested objects are mutated, meaning changes can bypass validation - far from ideal. It would be nice if your library also made an attempt at fixing this, making it more of a "complete solution".
One potential pitfall I guess could be issues with expensive validation functions causing poor performance.
Hi,
Another weakness in sqlalchemy's mutable object support is the fact that
@validatesvalidators aren't run when nested objects are mutated, meaning changes can bypass validation - far from ideal. It would be nice if your library also made an attempt at fixing this, making it more of a "complete solution".One potential pitfall I guess could be issues with expensive validation functions causing poor performance.