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

PerconaFormattedSqlChangeLogParser drops preconditions

Open westse opened this issue 1 year ago • 0 comments

PerconaFormattedSqlChangeLogParser.parse() first delegates to the default FormattedSqlChangeLogParser.parse() (see here) to produce a list of ChangeSets, which are then translated to a new list of Percona ChangeSets. However, any ChangeSet preconditions are lost in translation (i.e., ChangeSet.setPreconditions() is never called).

westse avatar Aug 15 '24 20:08 westse