-
Notifications
You must be signed in to change notification settings - Fork 47
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
MongoDB extension breaks createIndex on MariaDB 10 #293
Comments
I've found that the problem appears when the mongodb plugin is installed |
Hey there @kabroxiko - can you please clarify what you were trying to do in which database platform and the details of your Liquibase installation? You noted in the description that it was mariadb, but then said you found a problem in the mongodb plugin. Are you trying to apply the changelog to mariadb or mongo? Assume you have installed the mongodb if you believe there is a problem with it? What are the details of the problem with the plugin that you see? Thanks! |
Also affected. And I also have the mongo plugin installed. DB: Postgress
|
Managed to reproduce this issue with liquibase and liquibase-mongodb |
Same as #275 i think |
Environment
Liquibase Version: 4.15.0
Liquibase Integration & Version: CLI
Database Vendor & Version: mariadb 10
Description
createIndex doesn't do anything
Steps To Reproduce
Use:
Actual Behavior
The createIndex doesn't give an error and doesn't create any index, the workaround is to create the index with sql command.
Expected/Desired Behavior
createIndex must create the index always or give an error.
The text was updated successfully, but these errors were encountered: