Skip to content

Commit

Permalink
fix: incorrect spec of partitionedDelete()
Browse files Browse the repository at this point in the history
  • Loading branch information
oprudkyi authored and taka-oyama committed Jun 20, 2022
1 parent ab3a6e1 commit 7ba3159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ $connection->runPartitionedDml('UPDATE ...');

// by Query Builder
$queryBuilder->partitionedUpdate($values);
$queryBuilder->partitionedDelete($values);
$queryBuilder->partitionedDelete();
```

However, Partitioned DML has some limitations. See [Cloud Spanner Documentation about Partitioned DML](https://cloud.google.com/spanner/docs/dml-partitioned#dml_and_partitioned_dml) for more information.
Expand Down

0 comments on commit 7ba3159

Please sign in to comment.