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

Implement TABLE OPTIONS #291

Merged

Conversation

apstndb
Copy link
Contributor

@apstndb apstndb commented Mar 10, 2025

This PR implements OPTIONS in CREATE TABLE and ALTER TABLE.

Note

If breaking changes are permitted, we can generalize SET OPTIONS in ALTER statements.

  • AlterColumnSetOptions
  • ChangeStreamSetOptions

Related Issues

Co-authored-by: Hiroya Fujinami <make.just.on@gmail.com>
@apstndb apstndb requested a review from makenowjust March 11, 2025 04:40
Copy link
Collaborator

@makenowjust makenowjust left a comment

Choose a reason for hiding this comment

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

👍 Thank you for your continuous contributions!

@makenowjust makenowjust merged commit 4e9de8a into cloudspannerecosystem:main Mar 11, 2025
2 checks passed
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.

Support TABLE OPTIONS for locality group
2 participants