googleapis / googleapis/google-cloud-cpp
Align supported Spanner Interval literal formats
Open
api: spanner
type: cleanup
- Dominant language
- C++
- Stars
- 659
- Forks
- 462
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 89
Description
The Spanner service currently accepts ISO8601 formatted literals as well as a subset of other formats that are supported in Postgres. The `google::cloud::spanner::MakeInterval` function accepts both ISO8601 formats as well as a larger subet of Postgres formats. It would be nice if `MakeInterval` and Spanner (via GoogleSQL) were consistent and accepted and denied the same set of Interval literal formats.
Contributor guide
Assessment
This issue has not been assessed yet.