-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 failing dbms-type pre-condition in native build #13839
Comments
ghost
added
the
area/liquibase
label
Dec 11, 2020
/cc @andrejpetras, @geoand, @gsmet |
I'll have a look. |
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
Dec 11, 2020
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
Dec 11, 2020
machi1990
added a commit
to machi1990/quarkus
that referenced
this issue
Dec 11, 2020
ghost
added this to the 1.11 - master milestone
Dec 13, 2020
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Dec 14, 2020
cemnura
pushed a commit
to cemnura/quarkus
that referenced
this issue
Dec 22, 2020
renegrob
pushed a commit
to renegrob/quarkus
that referenced
this issue
Dec 23, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have a liquibase script with a precondition on the dbms type:
When runing on a JVM it works correctly. When running as native build, following error is thrown:
I also tested that the dbms attribute on the changeSet is working correctly.
To Reproduce
Run a project with contains a liquibase native.
Environment:
The text was updated successfully, but these errors were encountered: