[
https://issues.apache.org/jira/browse/QPID-8257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675114#comment-16675114
]
ASF GitHub Bot commented on QPID-8257:
--------------------------------------
GitHub user overmeulen opened a pull request:
https://github.com/apache/qpid-broker-j/pull/14
[QPID-8257] Support empty messages with Sybase message store
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/overmeulen/qpid-broker-j bugfix/QPID-8257
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-broker-j/pull/14.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 #14
----
commit 86442d6b3a2355e70c1cfdd5cbd9bded6bcad022
Author: overmeulen <overmeulen@...>
Date: 2018-11-05T13:04:37Z
[QPID-8257] Support empty messages with Sybase message store
----
> Sybase message store not supporting empty messages
> --------------------------------------------------
>
> Key: QPID-8257
> URL: https://issues.apache.org/jira/browse/QPID-8257
> Project: Qpid
> Issue Type: Bug
> Components: Broker-J
> Affects Versions: qpid-java-broker-7.0.3
> Reporter: Olivier VERMEULEN
> Priority: Major
>
> Unlike other databases Sybase default nullability for a column is "NOT NULL".
> And since we don't specify anything when creating the QPID_MESSAGE_CONTENT
> table, the "content" column defaults to "NOT NULL".
> So when we send an empty message, this constraint is broken and we receive a
> SybSQLException...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]