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
When an invalid changeset is passed to Repo functions such as insert or update we should only act upon valid changesets and if they are not then return the invalid changeset like so: {:error, %Ecto.Changeset{valid?: false}}
The text was updated successfully, but these errors were encountered:
When an invalid changeset is passed to Repo functions such as
insert
orupdate
we should only act upon valid changesets and if they are not then return the invalid changeset like so:{:error, %Ecto.Changeset{valid?: false}}
The text was updated successfully, but these errors were encountered: