File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/hql Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 88
99import org .hibernate .community .dialect .DerbyDialect ;
1010
11+ import org .hibernate .community .dialect .InformixDialect ;
1112import org .hibernate .testing .orm .junit .DomainModel ;
1213import org .hibernate .testing .orm .junit .JiraKey ;
1314import org .hibernate .testing .orm .junit .SessionFactory ;
3132)
3233@ SessionFactory
3334@ JiraKey ("HHH-16974" )
34- @ SkipForDialect ( dialectClass = DerbyDialect .class , reason = "it does not like `= null`" )
35+ @ SkipForDialect ( dialectClass = DerbyDialect .class , reason = "it does not like '= null'" )
36+ @ SkipForDialect ( dialectClass = InformixDialect .class , reason = "it does not like '= null'" )
3537public class QueryComparingAssociationToNullTest {
3638
3739 @ Test
You can’t perform that action at this time.
0 commit comments