zio/zio-sql

Include batch update and batch delete into the SqlTransaction

Closed this issue · 1 comments

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

Resolved through the PR #900