GitHub user franz1981 reopened a pull request:
https://github.com/apache/activemq-artemis/pull/2022
ARTEMIS-1813 DB2 should avoid Blob to append data
DB2 10.5 doesn't allow to append Blob data to an existing Blob,
producing unexpected errors: a custom DB2 sequential file
can perfom the append by using a customized UPDATE statement.
max-blob-size.db2 and create-file-table.db2 are changed to match the
2 GB max blob size limit allowed by DB2.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-1813
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2022.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 #2022
----
commit 815debed0e571b8ddf247d8f48ac20081ddfbc25
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-04-16T14:52:08Z
ARTEMIS-1813 DB2 should avoid Blob to append data
DB2 10.5 doesn't allow to append Blob data to an existing Blob,
producing unexpected errors: a custom DB2 sequential file
can perfom the append by using a customized UPDATE statement.
max-blob-size.db2 and create-file-table.db2 are changed to match the
2 GB max blob size limit allowed by DB2.
----
---