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

Allow SQL containing unsupported DDL #126

Merged
merged 2 commits into from
Nov 9, 2023

Conversation

5n7
Copy link
Contributor

@5n7 5n7 commented Nov 9, 2023

This PR changes to allow SQL containing unsupported DDL.
Currently, any DDL other than CREATE TABLE, CREATE INDEX, and ALTER TABLE are not allowed, but other DDL in Cloud Spanner such as CREATE CHANGE STREAM should be allowed.
As the memefish has supported the statement (cloudspannerecosystem/memefish#58), this PR upgrades the library and follows some changes.

@kazegusuri kazegusuri merged commit ef0f3ee into cloudspannerecosystem:master Nov 9, 2023
1 check passed
@5n7 5n7 changed the title chore: allow SQL containing unsupported DDL Allow SQL containing unsupported DDL Jul 9, 2024
@5n7 5n7 deleted the allow-unsupported-ddl branch July 9, 2024 01:17
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.

2 participants