Skip to content

Conversation

@olavloite
Copy link
Collaborator

@olavloite olavloite commented May 1, 2025

Adds metadata for the new UUID data type.

cc @gagangupt16

@olavloite olavloite requested review from a team as code owners May 1, 2025 13:50
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: spanner Issues related to the googleapis/java-spanner-jdbc API. labels May 1, 2025
WHEN SPANNER_TYPE LIKE 'STRING%' THEN -9
WHEN SPANNER_TYPE = 'JSON' THEN -9
WHEN SPANNER_TYPE = 'TIMESTAMP' THEN 93
WHEN SPANNER_TYPE = 'UUID' THEN 1111
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Type code 1111 is the JDBC-code for Other. There is no specific type code for UUID in JDBC.

@olavloite olavloite requested a review from rahul2393 May 1, 2025 13:52
@olavloite olavloite merged commit 0df29fc into main May 1, 2025
25 checks passed
@olavloite olavloite deleted the uuid-data-type branch May 1, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the googleapis/java-spanner-jdbc API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants