Skip to content

Commit 84c0b40

Browse files
committed
squash! HHH-19608 it seems that Db2 also requires that partition keys belong to PK
1 parent 272d8a0 commit 84c0b40

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,8 +1258,4 @@ public boolean supportsRowValueConstructorSyntaxInInList() {
12581258
return false;
12591259
}
12601260

1261-
@Override
1262-
public boolean addPartitionKeyToPrimaryKey() {
1263-
return true;
1264-
}
12651261
}

0 commit comments

Comments
 (0)