mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-23 02:44:10 +00:00
In some environments it is not allowed to create a schema by the application itself. With this change the AbstractJDBCDriver now tests if an existing table is empty and executes further statements in the same way as if the table does not exist.