Description
Add the ability to update multiple rows sharding keys inside a single transaction. This should be pretty easy, we just need to loop over the rows and generate N INSERT/DELETE queries. We currently just handle the base case for this (1 row).
Description
Add the ability to update multiple rows sharding keys inside a single transaction. This should be pretty easy, we just need to loop over the rows and generate N
INSERT/DELETEqueries. We currently just handle the base case for this (1 row).