Skip to content
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

Support Liquibase dropAll task #2

Open
tkrullmann opened this issue Jan 22, 2018 · 0 comments
Open

Support Liquibase dropAll task #2

tkrullmann opened this issue Jan 22, 2018 · 0 comments
Assignees

Comments

@tkrullmann
Copy link
Member

tkrullmann commented Jan 22, 2018

Currently running Liquibase dropAll with the plugin on an OrientDB fails because the DROP TABLE statements are sent to OrientDB directly. OrientDB doesn't understand DROP TABLE; these statements should be mapped to DROP CLASS instead.

The plugin should provide a custom SqlGenerators that maps DropTableStatement to a DropClassSql, similar to what OrientCreateTableSqlGenerator does for CreateTableStatement.

There are possibly other types of DB objects that need to be dropped correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant