Repository: qpid-broker-j
Updated Branches:
  refs/heads/master e19426909 -> 4b743aedb


[QPID-8257] Support empty messages with Sybase message store

This closes #14
https://github.com/apache/qpid-broker-j/pull/14


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/4b743aed
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/4b743aed
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/4b743aed

Branch: refs/heads/master
Commit: 4b743aedb10eed0a34b8854fcb4cfdaeafcd2bed
Parents: e194269
Author: overmeulen <overmeu...@murex.com>
Authored: Mon Nov 5 14:04:37 2018 +0100
Committer: Alex Rudyy <oru...@apache.org>
Committed: Tue Nov 6 14:10:14 2018 +0000

----------------------------------------------------------------------
 .../main/java/org/apache/qpid/server/store/jdbc/JDBCDetails.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/4b743aed/broker-plugins/jdbc-store/src/main/java/org/apache/qpid/server/store/jdbc/JDBCDetails.java
----------------------------------------------------------------------
diff --git 
a/broker-plugins/jdbc-store/src/main/java/org/apache/qpid/server/store/jdbc/JDBCDetails.java
 
b/broker-plugins/jdbc-store/src/main/java/org/apache/qpid/server/store/jdbc/JDBCDetails.java
index 6f374a5..b97269f 100644
--- 
a/broker-plugins/jdbc-store/src/main/java/org/apache/qpid/server/store/jdbc/JDBCDetails.java
+++ 
b/broker-plugins/jdbc-store/src/main/java/org/apache/qpid/server/store/jdbc/JDBCDetails.java
@@ -59,7 +59,7 @@ public abstract class JDBCDetails
                 false, false);
         private static final JDBCDetails ORACLE = new 
KnownJDBCDetails("oracle", "blob", "raw(%d)", "number", "timestamp",
                 false, true);
-        private static final JDBCDetails SYBASE = new 
KnownJDBCDetails("sybase", "image", "varbinary(%d)", "bigint", "datetime",
+        private static final JDBCDetails SYBASE = new 
KnownJDBCDetails("sybase", "image null", "varbinary(%d)", "bigint", "datetime",
                 false, true);
         private static final JDBCDetails POSTGRES = new 
KnownJDBCDetails("postgresql", "bytea", "bytea", "bigint", "timestamp",
                 true, true);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to