Skip to content

Batch operation errors parsing#335

Merged
akudiyar merged 3 commits intomasterfrom
batch-operation-errors-parsing
Dec 29, 2022
Merged

Batch operation errors parsing#335
akudiyar merged 3 commits intomasterfrom
batch-operation-errors-parsing

Conversation

@akudiyar
Copy link
Copy Markdown
Collaborator

I decided to not make a separate SingleValueCallResult parser for batch operations specifically because I believe that the return format must be fixed in tarantool/crud and it will change in the future. So I added a new case to the common parser and refactored it a bit.

I haven't forgotten about:

  • Tests
  • Changelog
  • Documentation
  • Commit messages comply with the guideline
  • Cleanup the code for review. See checklist

Related issues:
Fixes #334

@akudiyar akudiyar requested review from ArtDu and Elishtar December 28, 2022 17:31
@akudiyar akudiyar force-pushed the batch-operation-errors-parsing branch from 03cde7e to 2276ed4 Compare December 28, 2022 23:13
@akudiyar akudiyar force-pushed the batch-operation-errors-parsing branch from 2276ed4 to 215bc0f Compare December 28, 2022 23:32
@akudiyar akudiyar merged commit 7cb56ae into master Dec 29, 2022
@akudiyar akudiyar deleted the batch-operation-errors-parsing branch December 29, 2022 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Throw an exception if insertMany or ReplaceMany batch operations call returned any errors

2 participants