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
For instance, only create if does not exist, or only update if does exist. These cases are more rare, but the default behavior should be obvious so folks don't accidentally assume one of those scenarios.
This can be trivial to check within a transaction — if persist returns an object, you know there was a previous value and can in turn fail the transaction.
The text was updated successfully, but these errors were encountered:
For instance, only create if does not exist, or only update if does exist. These cases are more rare, but the default behavior should be obvious so folks don't accidentally assume one of those scenarios.
This can be trivial to check within a transaction — if persist returns an object, you know there was a previous value and can in turn fail the transaction.
The text was updated successfully, but these errors were encountered: