go-sql-spanner
go-sql-spanner copied to clipboard
Google Cloud Spanner driver for Go's database/sql package.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [cloud.google.com/go/longrunning](https://redirect.github.com/googleapis/google-cloud-go) | `v0.6.1` -> `v0.6.2`...
:robot: I have created a release *beep* *boop* --- ## [1.8.0](https://github.com/googleapis/go-sql-spanner/compare/v1.7.4...v1.8.0) (2024-10-21) ### Features * Add connection property for enableEndToEndTracing ([#307](https://github.com/googleapis/go-sql-spanner/issues/307)) ([c39f57f](https://github.com/googleapis/go-sql-spanner/commit/c39f57f06cbccd7cdde1091c844a916fddc3d67b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please)....
**Is your feature request related to a problem? Please describe.** Currently it's not possible to scan the JSON column into `[]byte` or `json.RawMessage`. This means that there's either going to...
SessionLabels are used to distinguish different systems connecting to spanner and to help diagnosing problems. Currently there's no way to set session labels for connections created by go-sql-spanner. It would...
Currently the used useragent is https://github.com/googleapis/go-sql-spanner/blob/94bc4174c8386e46eab510acdc65c39c42d4024b/driver.go#L41: ``` go const userAgent = "go-sql-spanner/1.0.2" ``` It's not a significant issue, but probably would be nice to keep it up to date when...