Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support insert_many and replace_many CRUD operations #264

Merged
merged 2 commits into from
Sep 20, 2022

Conversation

akudiyar
Copy link
Collaborator

@akudiyar akudiyar commented Sep 15, 2022

This patch adds support for insert_many and replace_many CRUD operations.
Limitations: the rollbackOnError and stopOnError options are set to true and are not user-configurable now. But it corresponds to the main user scenario. Configuring these parameters will be possible after #254 is fully implemented.

I didn't forget about

  • Tests
  • Changelog
  • Documentation

Depends on #258

Closes #259

@akudiyar akudiyar requested review from ArtDu and iDneprov September 15, 2022 22:20
@akudiyar akudiyar marked this pull request as draft September 15, 2022 22:21
@akudiyar akudiyar force-pushed the support-batch-crud-operations branch 5 times, most recently from 9a2124d to 489521d Compare September 18, 2022 01:23
@akudiyar akudiyar marked this pull request as ready for review September 18, 2022 01:27
@akudiyar akudiyar force-pushed the support-batch-crud-operations branch 4 times, most recently from 715b5fc to e6adc97 Compare September 18, 2022 20:25
@akudiyar akudiyar force-pushed the support-batch-crud-operations branch 12 times, most recently from 0ff0108 to fa1cefe Compare September 20, 2022 11:12
@akudiyar akudiyar force-pushed the support-batch-crud-operations branch from fa1cefe to eef114e Compare September 20, 2022 11:16
@ArtDu ArtDu merged commit 57af227 into master Sep 20, 2022
@ArtDu ArtDu deleted the support-batch-crud-operations branch September 20, 2022 13:54
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.

Support insert_many and replace_many CRUD operations
2 participants