You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this one may be better solved on Liquibase core side.
We could introduce variants with a dryRun prefix instead of the SQL suffix: updateSQL would become dryRunUpdate e.g..
There are today a number of commands (and Maven plugin goals) that contain SQL in their name... which is a bit unfortunate for non-RDBMS targets.
The list is as follows (based on
liquibase.integration.commandline.Main.COMMANDS
):changelogSyncSQL
changelogSyncToTagSQL
executeSQL
futureRollbackCountSQL
futureRollbackFromTagSQL
futureRollbackSQL
markNextChangeSetRanSQL
migrateSQL
rollbackOneChangeSetSQL
rollbackOneUpdateSQL
rollbackCountSQL
rollbackSQL
rollbackToDateSQL
updateCountSQL
updateSQL
updateToTagSQL
The text was updated successfully, but these errors were encountered: