sindicate / solidbase

SolidBase is a database change management and version control tool that uses annotated SQL
https://code.google.com/p/solidbase/
Apache License 2.0
2 stars 0 forks source link

IGNORE SQL ERROR not specific enough #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Both errors below have the same error code:

42000: ORA-01922: CASCADE must be specified to drop 'DATAMIGRATIE'
42000: ORA-01918: user 'CAR_OWN' does not exist

This is a problem because we only want to ignore the ORA-01918.

Is there a way to ignore database specific error codes?

Original issue reported on code.google.com by rene.de....@gmail.com on 3 Aug 2011 at 3:39

GoogleCodeExporter commented 9 years ago

Original comment by rene.de....@gmail.com on 4 Dec 2011 at 2:48