mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-15 07:34:57 +00:00
HHH-10364 - Fix HSQL does not support Nationalized annotation
This commit is contained in:
parent
d63f25bab6
commit
57975b98e4
@ -143,6 +143,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" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user