liquibase / liquibase-hibernate

Liquibase Hibernate Integration
Apache License 2.0
271 stars 157 forks source link

liquibase-hibernate5 V3.6 wrongly returning "HIBERNATE" as defaultCatalog and SchemaName #160

Open yogeshmoodoo opened 7 years ago

yogeshmoodoo commented 7 years ago

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

lumen00000 commented 5 years ago

I also ran into this problem on version 3.6. Please fix this bug, I would be very grateful

fabn commented 4 years ago

I'm having this issue too. It's open since 2017 any workaround???

brauliolledo commented 2 years ago

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

filipelautert commented 6 months ago

As per https://github.com/liquibase/liquibase-hibernate/issues/248 this still exists.