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
Per #257 (comment) we end up using config setters to get the validation side-effect.
It also means we're doing an SQL INSERT and then soon after an UPDATE of the same information.
One way around this would be to have (separate, internal) validator methods that the setters AND the initializer calls. Perhaps there is some other way to achieve the same effect.
The text was updated successfully, but these errors were encountered:
Per #257 (comment) we end up using config setters to get the validation side-effect.
It also means we're doing an SQL
INSERT
and then soon after anUPDATE
of the same information.One way around this would be to have (separate, internal) validator methods that the setters AND the initializer calls. Perhaps there is some other way to achieve the same effect.
The text was updated successfully, but these errors were encountered: