liquibase-percona icon indicating copy to clipboard operation
liquibase-percona copied to clipboard

PerconaFormattedSqlChangeLogParser should be disabled if liquibase.percona.defaultOn=false

Open westse opened this issue 1 year ago • 0 comments
trafficstars

Issues like #491 are still encountered even when liquibase.percona.defaultOn=false (and the changeset-specific usePercona property is not set or set to false). In this case the expected behavior should instead be identical to FormattedSqlChangeLogParser, and to avoid any logic that may modify the changeset.

westse avatar Aug 15 '24 20:08 westse