File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2525import java .util .TimeZone ;
2626import java .util .UUID ;
2727
28+ import org .hibernate .community .dialect .InformixDialect ;
2829import org .hibernate .query .criteria .HibernateCriteriaBuilder ;
2930import org .hibernate .query .criteria .JpaCriteriaQuery ;
3031
3536import org .hibernate .testing .orm .junit .ServiceRegistry ;
3637import org .hibernate .testing .orm .junit .SessionFactory ;
3738import org .hibernate .testing .orm .junit .SessionFactoryScope ;
39+ import org .hibernate .testing .orm .junit .SkipForDialect ;
3840import org .junit .jupiter .params .ParameterizedTest ;
3941import org .junit .jupiter .params .provider .MethodSource ;
4042
4143@ ServiceRegistry
4244@ DomainModel ( standardModels = StandardDomainModel .GAMBIT )
4345@ SessionFactory
4446@ JiraKey (value = "HHH-15590" )
47+ @ SkipForDialect (dialectClass = InformixDialect .class ,
48+ reason = "Informix does not support binary literals" )
4549public class LiteralRenderingTest {
4650
4751 public static List <Object > literalValues () throws Exception {
You can’t perform that action at this time.
0 commit comments