Open yogeshmoodoo opened 7 years ago
I also ran into this problem on version 3.6. Please fix this bug, I would be very grateful
I'm having this issue too. It's open since 2017 any workaround???
did you eventually find a way to solve this? i'm working with different schemas and liquibase-hibernate ignores the schema parameter from the @Table decorator
As per https://github.com/liquibase/liquibase-hibernate/issues/248 this still exists.
liquibase-hibernate/src/main/java/liquibase/ext/hibernate/database/HibernateDatabase.java overrides methods getDefaultSchemaName() and getDefaultCatalogName() and returning "HIBERNATE" as value.
Can those 2 overriden methods be removed from the class such that we have the default behaviour?
Thank you Yogesh
┆Issue is synchronized with this Jira Bug by Unito