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

Include batch update and batch delete into the SqlTransaction #899

Closed
balanka opened this issue Jul 27, 2023 · 1 comment
Closed

Include batch update and batch delete into the SqlTransaction #899

balanka opened this issue Jul 27, 2023 · 1 comment

Comments

@balanka
Copy link
Contributor

balanka commented Jul 27, 2023

With the #645 the batch processing ( batch update and batch delete ) were implemented.
But they were not included in the SqlTransaction.
This issue modify SqlTransaction trait to include both batch update and batch delete

balanka added a commit to balanka/zio-sql that referenced this issue Jul 27, 2023
…h delete and update from IO[Exception, List[Int]] to IO[Exception, Int]
@balanka
Copy link
Contributor Author

balanka commented Jul 30, 2023

Resolved through the PR #900

@balanka balanka closed this as completed Jul 30, 2023
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

No branches or pull requests

1 participant