mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 23:16:52 +00:00
AMQ-3922: hssqldb adapter should use BLOB as its binary data type.
This commit is contained in:
parent
bd414b70f7
commit
99278dfb9c
@ -26,7 +26,7 @@ public class HsqldbJDBCAdapter extends BytesJDBCAdapter {
|
||||
|
||||
@Override
|
||||
public void setStatements(Statements statements) {
|
||||
statements.setBinaryDataType("OTHER");
|
||||
statements.setBinaryDataType("BLOB");
|
||||
super.setStatements(statements);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user