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

fix: support storing columns for indices #485

Merged
merged 25 commits into from
Nov 8, 2024
Merged

Conversation

olavloite
Copy link
Contributor

@olavloite olavloite commented Nov 1, 2024

Support STORING clauses for indexes.

Fixes #399
Replaces #400

@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API. label Nov 1, 2024
@olavloite olavloite marked this pull request as ready for review November 4, 2024 13:22
@olavloite
Copy link
Contributor Author

cc @rayudu3745

Base automatically changed from system-tests to main November 8, 2024 13:01
@olavloite olavloite merged commit 93579c8 into main Nov 8, 2024
16 checks passed
@olavloite olavloite deleted the index-storing-columns branch November 8, 2024 13:23
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/python-spanner-sqlalchemy API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Index on a table containing columns with no sort order fails while reflecting the table
2 participants