cuba-platform / restapi

CUBA REST API Add-on
Apache License 2.0
8 stars 7 forks source link

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

Open gorbunkov opened 3 years ago

gorbunkov commented 3 years ago

See the #27 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.