File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/query Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1010import jakarta .persistence .Table ;
1111import org .hibernate .dialect .OracleDialect ;
1212import org .hibernate .dialect .PostgresPlusDialect ;
13+ import org .hibernate .dialect .SybaseASEDialect ;
14+
1315import org .hibernate .testing .orm .junit .EntityManagerFactoryScope ;
1416import org .hibernate .testing .orm .junit .Jpa ;
1517import org .hibernate .testing .orm .junit .SkipForDialect ;
2224import static org .junit .jupiter .api .Assertions .assertInstanceOf ;
2325
2426@ Jpa (annotatedClasses = NativeQueryWithDatetimesTest .Datetimes .class )
27+ @ SkipForDialect (dialectClass = SybaseASEDialect .class )
2528public class NativeQueryWithDatetimesTest {
2629 @ SkipForDialect (dialectClass = PostgresPlusDialect .class )
2730 @ SkipForDialect (dialectClass = OracleDialect .class )
You can’t perform that action at this time.
0 commit comments