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

Liquibase: Disable transactions for each changeset #34

Closed
vy-ton opened this issue Jul 27, 2020 · 0 comments
Closed

Liquibase: Disable transactions for each changeset #34

vy-ton opened this issue Jul 27, 2020 · 0 comments
Assignees

Comments

@vy-ton
Copy link

vy-ton commented Jul 27, 2020

By default, Liquibase tries to execute each changeset within a transaction.

Since CockroachDB does not support schema changes within transactions yet, we can use the supportsDDLInTransaction() method on the Database class to disable this on the CockroachDatabase class.

If runInTransaction=true, we should throw an error that this is unsupported.

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

No branches or pull requests

3 participants