Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Batch entities commit should save all entities in a single transaction #49

Closed
gorbunkov opened this issue Mar 9, 2021 · 1 comment
Closed
Assignees
Milestone

Comments

@gorbunkov
Copy link
Contributor

Right now each of the passed entities is saved in a separate transaction. That may cause problems if one of save operation fails - it will be unclear which entities have been saved and which haven't.

CUBA issue: cuba-platform/restapi#124

@andreysubbotin
Copy link
Contributor

For QA: check only saving multiple entities in one request. Separately saving in one transaction does not need to be checked.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants