Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: modify metadata queries to support named schemas #1449

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

olavloite
Copy link
Collaborator

@olavloite olavloite commented Dec 21, 2023

Modify metadata queries so these are able to handle multiple named schemas in the same database, potentially with tables and indexes with the same names in different schemas.

The changes in this pull request should not make a difference for existing databases with a single schema. Tests for using multiple schemas are added in #1450, but that PR cannot be merged until the feature has been enabled.

Modify metadata queries so these are able to handle multiple named
schemas in the same database, potentially with tables and indexes with
the same names in different schemas.
@olavloite olavloite requested review from a team as code owners December 21, 2023 14:10
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the googleapis/java-spanner-jdbc API. labels Dec 21, 2023
@olavloite olavloite requested review from manu2 and ankiaga December 22, 2023 07:57
@olavloite olavloite merged commit f649e06 into main Jan 9, 2024
25 checks passed
@olavloite olavloite deleted the named-schemas branch January 9, 2024 07:04
@olavloite olavloite restored the named-schemas branch August 28, 2024 14:03
@olavloite olavloite deleted the named-schemas branch August 28, 2024 14:48
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: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants