HHH-10364 - Fix HSQL does not support Nationalized annotation
This commit is contained in:
parent
fc90e6809d
commit
b48b159c69
|
@ -141,6 +141,7 @@ public class HSQLDialect extends Dialect {
|
|||
registerColumnType( Types.TIMESTAMP, "timestamp" );
|
||||
registerColumnType( Types.VARCHAR, "varchar($l)" );
|
||||
registerColumnType( Types.VARBINARY, "varbinary($l)" );
|
||||
registerColumnType( Types.NCLOB, "clob" );
|
||||
|
||||
if ( hsqldbVersion < 200 ) {
|
||||
registerColumnType( Types.NUMERIC, "numeric" );
|
||||
|
|
Loading…
Reference in New Issue