dbms attribute values are case insensitive for changeset tags but for sql tags inside changeset the values for dbms attribute should be all lower case
Description
When I ran liquibase-gradle-plugin 1.2.4 (using liquibase-core 3.4.2) the
is handled correctly when ran against h2 db, however
did not work. Same is true when "oracle" vs "ORACLE" was used. However, if dbms attribute is used inside as
or
it worked as expected. Having to be aware of that change between different tags is causing a lot of trouble when a team is working on submitting database change sets.
When I ran liquibase-gradle-plugin 1.2.4 (using liquibase-core 3.4.2) the
is handled correctly when ran against h2 db, however
did not work. Same is true when "oracle" vs "ORACLE" was used. However, if dbms attribute is used inside as
or
it worked as expected. Having to be aware of that change between different tags is causing a lot of trouble when a team is working on submitting database change sets.