-
Notifications
You must be signed in to change notification settings - Fork 158
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
liquibase-hibernate5 V3.6 wrongly returning "HIBERNATE" as defaultCatalog and SchemaName #160
Comments
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 #248 this still exists. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: