Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

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
… the bach 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant