Skip to content

Spanner UUID analysis workaround#50

Merged
guymers merged 1 commit intomainfrom
spanner
Oct 11, 2025
Merged

Spanner UUID analysis workaround#50
guymers merged 1 commit intomainfrom
spanner

Conversation

@guymers
Copy link
Copy Markdown
Owner

@guymers guymers commented Oct 11, 2025

Spanner does not have a UUID column type so they are stored in a VARCHAR(36). The PGAdapter JDBC driver internally converts any UUID's into strings and vice versa, so allow a UUID to get or put from a varchar column.

Spanner does not have a UUID column type so they are stored in a VARCHAR(36). The JDBC driver
internally converts any UUID's into strings and vice versa. So if the database is spanner
allow a UUID get or put to get or put from a varchar column.
@guymers guymers merged commit 174214f into main Oct 11, 2025
2 checks passed
@guymers guymers deleted the spanner branch October 11, 2025 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant