- Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
api: spannerIssues related to the googleapis/java-spanner-jdbc API.Issues related to the googleapis/java-spanner-jdbc API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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.Issues related to the googleapis/java-spanner-jdbc API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.