exasol/test-db-builder-java

Execute scripts without wrapping exceptions

Closed this issue · 1 comments

Situation

If you want to check whether your scripts produce the expected exceptions, it is more convenient to not have them wrapped in a runtime exception — or to be more precise a DatabaseObjectException.

Acceptance Criteria

  1. Scripts can optionally be executed without wrapping the SqlException.

Changed my mind. This bloats the interface unnecessarily and writing code to unwrap the runtime exception is trivial.