-
I have found the client built in metrics(https://github.com/googleapis/google-cloud-go/pull/10419, https://github.com/googleapis/google-cloud-go/pull/10998) can panic in some condition.
## Client
…
-
###### Which version and edition of Flyway are you using?
Flyway 10.1.0 Community Edition
###### If this is not the latest version, can you reproduce the issue with the latest one as well? (Many…
-
**Describe the bug**
I am not sure if this is expected behaviour, but Spanner delete operations raise exception within methods annotated with `@Transactional`.
**Sample**
```
@Transactional
p…
-
as seen in this minikube PR
https://github.com/kubernetes/minikube/pull/17259/files
the image sha for emulator image changed
```
"CloudSpanner": "cloud-spanner-emulator/emulator:1.5.10@sha256…
-
We have storage implementations for MySQL, Cloud Spanner and (partially) Postgres. However, we don't document whether we support deployments that use them. Some helpful things to document include:
…
-
spanner/integration_test.go is in package `spanner`. As a result, it can access package-visible members which may not be visible to public. The integration tests should use the public API only to mimi…
ghost updated
10 months ago
-
This SQL dialect might be worth exploring:
- https://cloud.google.com/spanner/docs/query-syntax
----
See also:
- https://github.com/jOOQ/jOOQ/discussions/14059
-
Use Cloud Spanner and SQLAlchemy
Desired schema is documented in the Discord server somewhere.
ackao updated
3 years ago
-
## Problem
activerecord-spanner-adapter breaks ActiveRecord's after_xxx hooks.
Perhaps this is a problem caused by BufferedMutation.
Like codes shows in bellow, I am unable to retrieve the record…
-
Hi there,
I'm writing to report an issue with the Google Cloud Spanner emulator. The documentation states that Google Cloud Spanner supports the `ON DELETE CASCADE` action on foreign keys. However,…