Which version and edition of Flyway are you using?
6.0.8
If this is not the latest version, can you reproduce the issue with the latest one as well?
(Many bugs are fixed in newer releases and upgrading will often resolve the issue)
Yes
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Command line
Which database are you using (type & version)?
Postgres (but reproduces on any)
Which operating system are you using?
WIndows 10 (but reproduces on any)
What did you do?
(Please include the content causing the issue, any relevant configuration settings, the SQL statement that failed (if relevant) and the command you ran.)
Create a migration called V1_Test.sql - note single underscore and flyway info
What did you expect to see?
Flyway should give a helpful message about the file name
What did you see instead?
Flyway will try to interpret the word Test as part of a version number and throw an exception with an unhelpful message.
The text was updated successfully, but these errors were encountered:
Which version and edition of Flyway are you using?
6.0.8
If this is not the latest version, can you reproduce the issue with the latest one as well?
(Many bugs are fixed in newer releases and upgrading will often resolve the issue)
Yes
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Command line
Which database are you using (type & version)?
Postgres (but reproduces on any)
Which operating system are you using?
WIndows 10 (but reproduces on any)
What did you do?
(Please include the content causing the issue, any relevant configuration settings, the SQL statement that failed (if relevant) and the command you ran.)
Create a migration called
V1_Test.sql
- note single underscore andflyway info
What did you expect to see?
Flyway should give a helpful message about the file name
What did you see instead?
Flyway will try to interpret the word
Test
as part of a version number and throw an exception with an unhelpful message.The text was updated successfully, but these errors were encountered: