-
### Go version
go version devel go1.24-2b33434287 Fri Nov 8 01:06:04 2024 +0000 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOAUTH='netrc'
…
-
Creation of `google_cloud_spanner::client::Client` can block for several seconds on the initial session pool population.
```
$ RUST_LOG=google_cloud_spanner=debug ...
2024-11-13T13:33:33.62306…
-
**Edit:** Looking closer to the code it seems that the information is already lost when spring-gcp gets the response from Spanner. However since the information exists _somehwere_ I wonder if you coul…
-
It appears that #9739 added `RESOURCE_EXHAUSTED` to the list of status codes to retry, but it fails to distinguish between the gRPC-generated `RESOURCE_EXHAUSTED` that's generated when a request paylo…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
Renovate…
-
### Related Template(s)
spanner
### Template Version
v1
### What happened?
Running `mvn test -f pom.xml` does not run to completion. Here is the snippet of the error I'm seeing.
```
...
[INF…
-
When I upgraded from v7 to v8 of this driver, I found that suddenly code that worked fine in v7 is now throwing the "Nested transactions are not supported by this client." error from google/cloud-span…
-
In recent years, many new features have been added to Cloud Spanner. However, it seems that spansql does not plan to support these features. Given this, would it be recommended as part of the Hammer p…
-
Hey! :)
It would be awesome if Prisma Client could be compatible with https://cloud.google.com/spanner/
-
「詳解 google-cloud-go/spanner」 では google-cloud-go v0.38.0 の時点でのセッションとトランザクション周りを解説している。
それからの間に多くの更新があるため、リリースごとにメモしていく。
なお、 `all: auto-regenerate gapics` などの自動生成クライアントの更新による差分、 `spansql`, `spannert…