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
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
Error occurred while executing flywayInfo.
Would be more usefull to add the some more error description , like:
Unable to obtain Jdbc connection from DataSource
Access denied for user 'user'@'localhost' (using password: YES)
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:
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: