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
`upsert_all` is used to try to INSERT rows in a table, falling back to
an UPDATE operation for the rows that would be duplicate.
The result of `upsert_all` (driven by `returning_by`) includes both the rows
that were inserted and the rows that were updated, but the documentation was
not super clear about this:
> An array of attributes to return for all successfully inserted records
[ci-skip]
0 commit comments