Skip to content

Commit

Permalink
Checking if eclipselink 5.0-B3 fixed bug on JPQL generation
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Froeder <[email protected]>
  • Loading branch information
velo committed Sep 19, 2024
1 parent 1d470e8 commit 2704e6f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ public void aggregates_uniqueResult_min() {
}

@Test
@NoEclipseLink
public void alias() {
assertThat(query().from(cat).select(cat.id.as(cat.id)).fetch()).hasSize(6);
}
Expand Down

0 comments on commit 2704e6f

Please sign in to comment.