HHH-8500 Interbase does not have a boolean type
This commit is contained in:
parent
f08ede4808
commit
ea7f1e805c
|
@ -58,6 +58,7 @@ public class InterbaseDialect extends Dialect {
|
|||
registerColumnType( Types.NUMERIC, "numeric($p,$s)" );
|
||||
registerColumnType( Types.BLOB, "blob" );
|
||||
registerColumnType( Types.CLOB, "blob sub_type 1" );
|
||||
registerColumnType( Types.BOOLEAN, "smallint" );
|
||||
|
||||
registerFunction( "concat", new VarArgsSQLFunction( StandardBasicTypes.STRING, "(","||",")" ) );
|
||||
registerFunction( "current_date", new NoArgSQLFunction( "current_date", StandardBasicTypes.DATE, false ) );
|
||||
|
|
Loading…
Reference in New Issue