Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/go-cloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aa357b98f1bfdbd4a4690973b3f664f6b9a3fb41
Choose a base ref
..
head repository: google/go-cloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c8a11bdab9a703de71d1996c0924c39c5effd214
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 docstore/awsdynamodb/dynamo.go
1 change: 1 addition & 0 deletions docstore/awsdynamodb/dynamo.go
Original file line number Diff line number Diff line change
@@ -621,6 +621,7 @@ func (c *collection) transactWrite(ctx context.Context, actions []*driver.Action
if len(actions) == 0 {
return
}
// all actions will fail atomically even if a single action fails
setErr := func(err error) {
for _, a := range actions {
errs[a.Index] = err