Skip to content

Commit bcf3488

Browse files
committed
HHH-17404 : Removed Duration mapping to intervalDS misssed during previous uploads.
1 parent b58985c commit bcf3488

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -819,9 +819,6 @@ protected String columnType(int sqlTypeCode) {
819819
case VARBINARY:
820820
return "raw($l)";
821821

822-
case DURATION:
823-
return "interval day to second";
824-
825822
default:
826823
return super.columnType( sqlTypeCode );
827824
}

0 commit comments

Comments
 (0)