HHH-9523 : EnumeratedTypeTest - select from dual causes test failures on mssql, postgresql, db2 and sybase

(cherry picked from commit 264b0be40e)
This commit is contained in:
Gail Badner 2015-01-21 16:52:55 -08:00
parent 218851e6fe
commit b6861d1fe8
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class EntityEnum {
@Enumerated(EnumType.STRING)
private Trimmed trimmed;
@Formula("(select 'A' from dual)")
@Formula("upper('a')")
@Enumerated(EnumType.STRING)
private Trimmed formula;