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
Why thrown an exception if no data updated in a record?
If original record it's the same as persisted record, it's more judicious to do not perform an update instead thrown an exception.
Especially since this is a problem when you save changes only in child records.
Cf: atlasphp/Atlas.Transit#17
The text was updated successfully, but these errors were encountered:
Atlas.Table/src/Table.php
Line 206 in 4c82ae7
Why thrown an exception if no data updated in a record?
If original record it's the same as persisted record, it's more judicious to do not perform an update instead thrown an exception.
Especially since this is a problem when you save changes only in child records.
Cf: atlasphp/Atlas.Transit#17
The text was updated successfully, but these errors were encountered: