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

Removes validate differences when comparing an Oracle Database Schema against a Spring Jpa / HibernateDatabase, fixes #718 #719

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

Guschtel
Copy link
Contributor

@Guschtel Guschtel commented Sep 20, 2024

Removes validate differences when comparing an Oracle Database Schema against a Spring Jpa / HibernateDatabase

Fixes #718

The change in src/main/java/liquibase/ext/hibernate/database/HibernateDatabase.java is a necessary precondition for the diff-changelog command to work again at all and fixes the issue #717

@Guschtel
Copy link
Contributor Author

Guschtel commented Sep 20, 2024

See #718 for a more detailed explanation of the issue.

When applying this PR, only necessary changesets are generated when running liquibase diff-changelog command when comparing an Oracle Database Schema against a Spring Jpa / HibernateDatabase.

@filipelautert filipelautert merged commit f955f88 into liquibase:main Oct 8, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Existing primary keys and foreign keys are dropped and recreated again
2 participants