-
# WHAT
gRPCのerrorをいい感じにWrapする方法を考える。
選択肢的には以下のどちらか。
どっちもどっちみたいな気持ち
## fmt.Errorf(": %w" err) でwrapしたものを剥いて、status.Status を取り出す
以下のようなやつ
```
func UnwrapGRPCError(err error) (*status.Stat…
-
## Client
Spanner
## Environment
* macOS 14.6.1
* go version go1.21.5 darwin/arm64
## Code and Dependencies
```go
package main
import (
"cloud.google.com/go/spanner"
"cloud.goo…
-
-
I have a DocumentSnapshot and I'm interested in one of the fields in it, decoded into the Go type that I expect it to be. (Other field types should cause an error.)
If the field does not exist, I w…
tv42 updated
2 months ago
-
It would be nice to have drivers for Turso and libsql
Turso is an edge-hosted, distributed database that's based on libSQL , an open-source and open-contribution fork of SQLite. Connecting to …
-
https://github.com/palvaro/CMPS232-Fall16/blob/master/readings.md lack links, so before making a pull request I'd like to record them here.
-
The following release PRs may have failed:
* #1794 - The release job was triggered, but has not reported back success.
-
-
I've managed to get the GCP broker fully working in other projects, however in this instance while I can create `ServiceInstance` resources OK, attempting to create a `ServiceBinding` gives forbidden …
Evesy updated
5 years ago
-
The below test in DBAPI appears to be flaky. The test is failing in [presubmit builds](https://fusion2.corp.google.com/ci/kokoro/prod:cloud-devrel%2Fclient-libraries%2Fpython%2Fgoogleapis%2Fpython-spa…