liquibase-percona
liquibase-percona copied to clipboard
Liquibase Percona Extension
`PerconaFormattedSqlChangeLogParser.parse()` first delegates to the default `FormattedSqlChangeLogParser.parse()` ([see here](https://github.com/liquibase/liquibase-percona/blob/9efdac35fe30a2c041d71e53138c0a84f56a7fe4/src/main/java/liquibase/ext/percona/PerconaFormattedSqlChangeLogParser.java#L45)) to produce a list of ChangeSets, which are then translated to a new list of Percona ChangeSets. However, any ChangeSet preconditions...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.2 to 3.5.3. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.5.3 🐛 Bug Fixes [SUREFIRE-1737] - Fix disable in statelessTestsetReporter (#816) @slawekjaranowski [SUREFIRE-1643] - surefire junit5 parallel tests...
The test is running locally fine. But it fails on GitHub Actions. This is probably due to the fact, that the maven repository "https://maven.pkg.github.com/liquibase/liquibase/" does contain different version for liquibase-core...
Hey, I would like to suggest a `boolean` property like `liquibase.percona.failIfMultipleSQLStatementsFound`. This property would be closely related to: https://github.com/liquibase/liquibase-percona/blob/main/src/main/java/liquibase/ext/percona/PerconaRawSQLChange.java#L139 How would it work? - When `liquibase.percona.failIfMultipleSQLStatementsFound=false`, then: I would expect...