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
axelfontaine
changed the title
Flyway does not report an error with incorrect command-line parameters
Fail on incorrect parameter instead of showing a warning
Mar 28, 2017
What version of Flyway are you using?
4.1.1
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin, SBT plugin, ANT tasks)
Command-line
What database are you using (type & version)?
Oracle 11r2
What operating system are you using?
Mac OSX Sierra
What did you do?
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
I used a wrong parameter.
taget
instead of ```target````What did you expect to see?
Flyway report an error because
taget
parameter is unknow and the migration are not applyedWhat did you see instead?
Flyway apply all migrations !
The text was updated successfully, but these errors were encountered: