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: made some methods of DdlDiff and DatabaseDefinition public so that it can be invoked within a Java application. #158

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

gurminder71
Copy link
Contributor

@gurminder71 gurminder71 commented Aug 14, 2024

Currently the JAR can be invoked from command line via main method.

We are writing a service where during CI and CD phases the DDL diff need to be generated. So we need a programatic way of invoking the diff functionality from Java service where DDL files can be passed as strings instead of temporarily creating files on build system and invoking the JAR via command line.

There was a typo in DatbaseDefinition which has been refactored to DatabaseDefinition

…hat it can be invoked within a Java application.
@gurminder71 gurminder71 changed the title feat: made DdlDiff build method public so that it can be invoked from a Java program feat: made some methods of DdlDiff and DatabaseDefinition public so that it can be invoked within a Java application. Aug 15, 2024
@nielm
Copy link
Collaborator

nielm commented Sep 22, 2024

Apologies for the delay, I didn't on this one in the queue when I came back from vacation.

@nielm nielm merged commit af1db7d into cloudspannerecosystem:main Sep 22, 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