File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/query/hql Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -582,6 +582,7 @@ public void testIntervalDiffExpressionsDifferentTypes(SessionFactoryScope scope)
582
582
}
583
583
584
584
@ Test
585
+ @ RequiresDialectFeature (feature = DialectFeatureChecks .SupportsExtractDayOfWeekYearMonth .class )
585
586
public void testExtractFunction (SessionFactoryScope scope ) {
586
587
scope .inTransaction (
587
588
session -> {
@@ -683,7 +684,7 @@ public void isolated(SessionFactoryScope scope) {
683
684
}
684
685
685
686
@ Test
686
- // @FailureExpected
687
+ @ RequiresDialectFeature ( feature = DialectFeatureChecks . SupportsExtractDayOfWeekYearMonth . class )
687
688
public void testExtractFunctionWithAssertions (SessionFactoryScope scope ) {
688
689
scope .inTransaction (
689
690
session -> {
You can’t perform that action at this time.
0 commit comments