Fail on incorrect parameter instead of showing a warning #1577
Labels
Milestone
Comments
Hmm this should actually be checked... |
Flyway shows the message |
Good point. I agree that in the spirit of fail fast this should be an error. |
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this issue
Nov 27, 2017
dohrayme
pushed a commit
to dohrayme/flyway
that referenced
this issue
Feb 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: