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 fc90e6809d
commit b48b159c69
1 changed files with 1 additions and 0 deletions

View File

@ -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" );