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

feat: make Spanner SQL DDL parsing public #169

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

gurminder71
Copy link
Contributor

The Spanner SQL statements are specific to Spanner database. The DDLDiff that parses the DDL statement and converts to in-memory AST tree is valuable to be used outside of the diff generation.

Other Java programs can use the parsed information for other usages like CI testing on the structure of the schema

Copy link

conventional-commit-lint-gcf bot commented Sep 22, 2024

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@gurminder71 gurminder71 changed the title Make Spanner SQL DDL parsing public feat: make Spanner SQL DDL parsing public Sep 22, 2024
@nielm nielm merged commit b1b237b into cloudspannerecosystem:main Sep 23, 2024
6 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.

2 participants