Mimic the liquibase standard load/parse by setting the changeSet's objectQuotingStrategy from the changeLog one. Else changeSet got null instead of LEGACY which seems to be the default.
On MySQL and SQLSever is fine but I found problems with Postgresql as it uncapitalize non quoted identifiers.
Mimic the liquibase standard load/parse by setting the changeSet's objectQuotingStrategy from the changeLog one. Else changeSet got null instead of LEGACY which seems to be the default. On MySQL and SQLSever is fine but I found problems with Postgresql as it uncapitalize non quoted identifiers.