You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Olivier VERMEULEN (JIRA)" <ji...@apache.org> on 2018/11/05 12:25:00 UTC

[jira] [Created] (QPID-8257) Sybase message store not supporting empty messages

Olivier VERMEULEN created QPID-8257:
---------------------------------------

             Summary: 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


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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org