FlywayException message is not saying anything usefull #720
Milestone
Comments
Agreed. |
axelfontaine
added a commit
that referenced
this issue
Apr 16, 2014
Thank you very much for the issue and the fix! I've added you to the hall of fame page (flyway-3.0 branch). |
sounds great |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to have a more detailed message in the FlywayException.
For example, if the database connection fails because of a wrong password, all you get is
Would be more usefull to add the some more error description , like:
In order to find out the problem, you need right now to run the gradle task with the
--debug
switch and look through the stack trace after the messages.The text was updated successfully, but these errors were encountered: