liveh2o / active_remote

Active Remote provides Active Record-like object-relational mapping over RPC. It's Active Record for your platform.
MIT License
63 stars 23 forks source link

do not update attributes when error occurs #77

Closed mogman1 closed 4 years ago

mogman1 commented 4 years ago

Resolves https://github.com/liveh2o/active_remote/issues/78

In the event of an error on update, do not attempt to change the attributes. Just append the errors.

mogman1 commented 4 years ago

Unable to reproduce anymore