-
On cloud-spanner-emulator, the following SQL will get the error `spanner: code = "OutOfRange", desc = "Invalid timestamp: '2022-03-31T23:59:59.999999999Z'"`
```sql
SELECT TIMESTAMP('2022-03-31T23:…
-
**Is your feature request related to a problem? Please describe.**
The high-level `spanner.Client` API is all blocking methods. To develop a FastAPI service using Spanner as a datastore it would be g…
-
We are currently using SpannerIO Mutations for writing Records to SpannerDB using both streaming and batch pipelines:
However, our business requirements need more functionality in spannerio to be …
-
based on suggestions from @grayside and @dandhlee
- [ ] move `functions/spanner` code to `spanner/functions` (or possibly to the spanner repo - can't remember where spanner samples live right now)
…
-
-
As per https://github.com/mozilla-services/syncstorage-rs/blame/68d326701505a7c3ae04d59953eb099cf8add4d2/.circleci/config.yml#L322
The repo only publishes the spanner image.
To stay in line with Do…
-
The emulator appears to use a static `absl::flat_hash_map` for sequence tracking to get the next value; this data structure is not thread-safe, so as a race condition, inserts that rely on the next se…
-
### Before sending your suggestion
- [X] My version of Firefox is up to date (for 115, this means being on at least 115.16.1)
- [X] My copy of Geckium is up to date (no update option in the hamburger…
-
This library would be easier to integrate if it had an option to construct it with an existing Spanner client.
-
We might be able to migrate [memefish](https://github.com/cloudspannerecosystem/memefish) to [go-zetasql](https://github.com/goccy/go-zetasql) to support a broader range of Spanner DML and DDL.