mirror of https://github.com/apache/activemq.git
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
|
@Override
|
||||||
public void setStatements(Statements statements) {
|
public void setStatements(Statements statements) {
|
||||||
statements.setBinaryDataType("OTHER");
|
statements.setBinaryDataType("BLOB");
|
||||||
super.setStatements(statements);
|
super.setStatements(statements);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue