IMPORT/EXPORT FROM JDBC provides full messages from chained exceptions
Details
| Detail name | Value |
|---|---|
| Changelog Number | 5188 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | Exasol 6.1.0 |
| Resolution Date | 2018-05-04 |
When using IMPORT/EXPORT FROM JDBC in versions before 6.1, the original cause of an exception may not be returned to the user. In particular, when an exception is chained, only the message of the caught exception is returned to the user without providing the additional messages of any chained exceptions.
In 6.1 the full message containing all chained exceptions is returned to the user