HHH-5842 : Types.Binary column type should be registered with a length for HSQLDialect
This commit is contained in:
parent
b710115a93
commit
985b45a920
|
@ -84,7 +84,7 @@ public class HSQLDialect extends Dialect {
|
|||
}
|
||||
|
||||
registerColumnType( Types.BIGINT, "bigint" );
|
||||
registerColumnType( Types.BINARY, "binary" );
|
||||
registerColumnType( Types.BINARY, "binary($l)" );
|
||||
registerColumnType( Types.BIT, "bit" );
|
||||
registerColumnType( Types.BOOLEAN, "boolean" );
|
||||
registerColumnType( Types.CHAR, "char($l)" );
|
||||
|
|
Loading…
Reference in New Issue