outOfOrder parameter value not validated. #1726
Closed
Milestone
Comments
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this issue
Nov 25, 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?
flyway-2.3
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)?
db2 luw 10.5
What operating system are you using?
aix 7.1
What did you do?
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
Had a config file parameter value which had been truncated by accident.
flyway.outOfOrder=tr
instead of
flyway.outOfOrder=true
What did you expect to see?
I would have expected an error.
What did you see instead?
Flyway ran regardless of the error and used default out of order value of false. Return code 0
The text was updated successfully, but these errors were encountered: