liquibase / liquibase-groovy-dsl

The official Groovy DSL for Liquibase
Other
83 stars 34 forks source link

Mimic the liquibase standard load/parse by setting the objectQuotingStrategy #32

Closed manuelsanchezortiz closed 4 years ago

manuelsanchezortiz commented 6 years ago

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.

stevesaliman commented 6 years ago

Version 2.0.0 of the DSL has just been released to support Liquibase 3.6.1. Is this still an issue with the latest versions of the DSL and Liquibase?