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
If I pass "{ if_exists: true }" or "{ if_not_exists: false }" as an option to save(), it is ignored. The behavior is always an upsert. I will always get a new record if I change one of the key values and run the insert. I would expect an update only to happen if the record exists, and not to see a new record.
The text was updated successfully, but these errors were encountered:
If I pass "{ if_exists: true }" or "{ if_not_exists: false }" as an option to save(), it is ignored. The behavior is always an upsert. I will always get a new record if I change one of the key values and run the insert. I would expect an update only to happen if the record exists, and not to see a new record.
The text was updated successfully, but these errors were encountered: