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.

Environment

liquibase-gradle-plugin 1.2.4 utilizes liquibase-core 3.4.2

Activity

Show:

Details

Reporter

Components

Affects versions

Priority

Created March 1, 2018 at 8:45 PM
Updated March 1, 2018 at 8:45 PM