Guschtel

Results 6 issues of Guschtel

…the "using index" clause for the h2 database ## Impact - [x] Bug fix (non-breaking change which fixes expected existing functionality) - [ ] Enhancement/New feature (adds functionality without impacting...

TypeBug

### Search first - [X] I searched and no similar issues were found ### Description When generating a diff changelog with liquibase, the output generation of unique constraints contains "USING...

TypeBug
DBH2
needs_guidance

### Search first Copying parts of the issue description from https://github.com/liquibase/liquibase/issues/6148#issue-2438921543 because I think that the issue is purely related to liquibase-hibernate and I think that there is an easy...

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...

### Environment **Liquibase Version:** 4.29.2 **Liquibase Integration & Version:** Gradle **Liquibase Extension(s) & Version:** org.liquibase.ext:liquibase-hibernate6:4.29.2 **Database Vendor & Version:** Oracle / H2 **Operating System Type & Version:** Windows **Infrastructure Type/Provider:**...

This PR fixes #716 Before this change, running diff-changelog simply doesn't create a changelog file, because all changes won't be output. With this change, the changelog generation works again, as...