HHH-10364 - Fix HSQL does not support Nationalized annotation

This commit is contained in:
Andrea Boriero 2015-12-15 15:31:43 +00:00
parent d63f25bab6
commit 57975b98e4
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,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" );