[hibernate/hibernate-orm] 5cf714: HHH-19608 add tests for table partitioning with 'o...
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 5cf714f5aec9c6fb4cad0ec36fc783c4919976aa
https://github.com/hibernate/hibernate-orm/commit/5cf714f5aec9c6fb4cad0ec...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-07-12 (Sat, 12 Jul 2025)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/sql/partition/Db2PartitionedTableTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/sql/partition/MySQLPartitionedTableTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/sql/partition/OraclePartitionedTableTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/sql/partition/PostgresPartitionedTableTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/sql/partition/SQLServerPartitionedTableTest.java
A hibernate-core/src/test/resources/org/hibernate/orm/test/sql/partition/postgrespartitions-create.sql
A hibernate-core/src/test/resources/org/hibernate/orm/test/sql/partition/postgrespartitions-drop.sql
A hibernate-core/src/test/resources/org/hibernate/orm/test/sql/partition/sqlserverpartitions-create.sql
A hibernate-core/src/test/resources/org/hibernate/orm/test/sql/partition/sqlserverpartitions-drop.sql
Log Message:
-----------
HHH-19608 add tests for table partitioning with 'options' and @PartitionKey
Commit: d9814aebafc8f7b6446c2b6262d51a12f96d7a18
https://github.com/hibernate/hibernate-orm/commit/d9814aebafc8f7b6446c2b6...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-07-12 (Sat, 12 Jul 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SQLServerDialect.java
Log Message:
-----------
HHH-19608 it seems that SQL Server also requires that partition keys belong to PK
Commit: a63f05e55a384d1125222cefd838451213c10244
https://github.com/hibernate/hibernate-orm/commit/a63f05e55a384d1125222ce...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-07-12 (Sat, 12 Jul 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
Log Message:
-----------
HHH-19608 mark new Dialect operation @Incubating
Commit: 42725e9994bd7dd7cdd926dd2b0cca40be1e7295
https://github.com/hibernate/hibernate-orm/commit/42725e9994bd7dd7cdd926d...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-07-12 (Sat, 12 Jul 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/SybaseDialect.java
A hibernate-core/src/test/java/org/hibernate/orm/test/sql/partition/SybasePartitionedTableTest.java
Log Message:
-----------
HHH-19608 Sybase also requires that partition keys belong to PK
but disable the test because I can't run a command as sa
Commit: 4e7760a6b4a8f9afe6de5a5bffb7780d1acd222f
https://github.com/hibernate/hibernate-orm/commit/4e7760a6b4a8f9afe6de5a5...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-07-12 (Sat, 12 Jul 2025)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/sql/partition/InformixPartitionedTableTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/sql/partition/MySQLPartitionedTableTest.java
Log Message:
-----------
HHH-19608 tests for partitioning on Informix and Maria
Compare: https://github.com/hibernate/hibernate-orm/compare/f4073da5587e...4e7760a...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
9 months, 3 weeks