GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2180
ARTEMIS-1979 Table names with DB2 should be upper-cases
DB2 JDBC driver fail to retrieve metadata information
if table names are lower-cases: similarly to Oracle, better
force any table name to be upper-cases to avoid broker being
unable to restart when lower-cases table names are used
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-1979
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2180.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2180
----
commit 79ff3432d599ec4cd10f6613bdb2beb428aac960
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-07-12T12:48:39Z
ARTEMIS-1979 Table names with DB2 should be upper-cases
DB2 JDBC driver fail to retrieve metadata information
if table names are lower-cases: similarly to Oracle, better
force any table name to be upper-cases to avoid broker being
unable to restart when lower-cases table names are used
----
---