HHH-6717 oracle does not have a boolean type
This commit is contained in:
parent
c180d721c0
commit
92da1097aa
|
@ -83,7 +83,7 @@ public class Oracle8iDialect extends Dialect {
|
|||
registerColumnType( Types.NUMERIC, "number($p,$s)" );
|
||||
registerColumnType( Types.DECIMAL, "number($p,$s)" );
|
||||
|
||||
registerColumnType( Types.BOOLEAN, "char(1)" );
|
||||
registerColumnType( Types.BOOLEAN, "number(1,0)" );
|
||||
}
|
||||
|
||||
protected void registerDateTimeTypeMappings() {
|
||||
|
|
Loading…
Reference in New Issue