Skip to content

Commit

Permalink
Introduce Spanner Batch support (#916)
Browse files Browse the repository at this point in the history
* Introduce Spanner Batch Query support

* Update proto-client version and skip broken system tests

* Rename fromObject methods to fromArray

* self-review before PR

* Revert admin gapics

* add snippet test autoload

* fix phpcs error

* exclude snippet tests when grpc not present
  • Loading branch information
jdpedrie authored and dwsupplee committed Feb 26, 2018
1 parent 05a70d3 commit 7070672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"minimum-stability": "stable",
"require": {
"google/proto-client": "^0.32",
"google/proto-client": "^0.33",
"google/gax": "^0.30"
},
"suggest": {
Expand Down

0 comments on commit 7070672

Please sign in to comment.