Description
The AbstractJDBCDriver[1] swallows the SQLException if the table can not be created and does not report the error to the user (who has no idea what went wrong).
Instead it should propagate the exception (after the connection is rolled back)
Attachments
Issue Links
- Is contained by
-
ARTEMIS-920 Log SQL Exceptions and Warnings
- Closed