Skip to content

Commit

Permalink
HHH-10364 - Fix HSQL does not support Nationalized annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dreab8 committed Dec 15, 2015
1 parent fc90e68 commit b48b159
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -141,6 +141,7 @@ public HSQLDialect() {
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" );
Expand Down

0 comments on commit b48b159

Please sign in to comment.