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
fix: handle results that can't be mapped to the changeset in bulk_create (#638)
* fix: handle results that can't be mapped to the changeset in bulk_create
If the identity used has attibutes that can be generated by the
datalayer, we can't map the result back to the changeset and we need to
just zip the results with the changesets and return them that way.
* refactor: do a simple check for `upsert?` instead
0 commit comments