We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compression pglz
1 parent 829b990 commit e66cbc1Copy full SHA for e66cbc1
hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/options/OptionsTest.java
@@ -19,7 +19,7 @@
19
20
@Jpa(annotatedClasses = OptionsTest.WithOptions.class,
21
useCollectingStatementInspector = true)
22
-@RequiresDialect(PostgreSQLDialect.class)
+@RequiresDialect(value = PostgreSQLDialect.class, majorVersion = 14)
23
public class OptionsTest {
24
@Test void test(EntityManagerFactoryScope scope) throws SchemaValidationException {
25
SchemaManager schemaManager = scope.getEntityManagerFactory().getSchemaManager();
0 commit comments