SQL Prompt has the "Show execution warnings: Show warnings for statements with an INNER JOIN" that will warn a user in SSMS if execution may affect an undue number of records due to incorrect JOIN or lack of WHERE clause. Can Flyway CLI do this too?
Comments
1 comment
-
Hello DamianWise
Thank you for the question. Presently no flyway doesn't do that.
From a product standpoint, if we were to do that, it would likely be implemented in Flyway Desktop rather than the CLI as it inhabits more of a review and publish workflow, whereas the cli is principally focused on deployments.
Add comment
Please sign in to leave a comment.