Espigah / dbdeploy

Automatically exported from code.google.com/p/dbdeploy
0 stars 0 forks source link

improve error reporting when a change script fails #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, when applying db scripts directly to the database, the error 
reporting when a change script fails just includes the error message from the 
exception thrown by the database driver.

Many drivers have good error messages, many do not (including for example 
oracle).

The error message should include which script caused the error, which statement 
within the script, and ideally the sql text at fault.

Original issue reported on code.google.com by gtack...@googlemail.com on 24 Feb 2011 at 5:17

GoogleCodeExporter commented 9 years ago
Implemented in r139

Original comment by gtack...@googlemail.com on 24 Feb 2011 at 5:33

GoogleCodeExporter commented 9 years ago

Original comment by gtack...@googlemail.com on 15 Mar 2011 at 4:20