Skip to content

feat: Allow using UUIDs as parameters in PreparedStatement #364

@olavloite

Description

@olavloite

UUIDs are one of the recommended primary key types for Cloud Spanner as they are not (necessarily) monotonically increasing and they can be generated in the client. The JDBC driver currently does not support setting a UUID directly as a parameter, but always requires the client application to translate it to a String first. This can add extra complexity to the client application.

Metadata

Metadata

Assignees

Labels

api: spannerIssues related to the googleapis/java-spanner-jdbc API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions