mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
[#2048] Exclude in Derby and Hibernate
This commit is contained in:
parent
8831ce4efa
commit
77e1cb17d0
@ -285,6 +285,8 @@ public class JPABase extends AbstractJPATest implements JPATest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@NoHibernate
|
||||
@ExcludeIn(Target.DERBY)
|
||||
public void createQuery4() {
|
||||
List<Tuple> rows = query().from(cat).select(new Expression<?>[] {Expressions.nullExpression()}).fetch();
|
||||
for (Tuple row : rows) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user