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
this is not specific to Oracle. The AbstractFlywayTask throws a BuildException (displayed by ant) but the message does not contains the root cause message (ex: the SQL error).
Moreover "FlywaySqlScriptException : Error executing statement at line ..." is often useless as it points to the first line of a multi-line statement (create table, etc). That doesn't help to find the problem.
Please append the root cause message to the BuildException message.
On Flyway 3.0 within ANT the error stack when an Oracle error occur should be more detailed.
Example: if my migration script contain this statement:
And this table doesn't exist, I expect:
But I got:
Please add, at less, the ORA error code on the error information.
The text was updated successfully, but these errors were encountered: