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:
parent
218851e6fe
commit
b6861d1fe8
|
@ -55,7 +55,7 @@ public class EntityEnum {
|
||||||
@Enumerated(EnumType.STRING)
|
@Enumerated(EnumType.STRING)
|
||||||
private Trimmed trimmed;
|
private Trimmed trimmed;
|
||||||
|
|
||||||
@Formula("(select 'A' from dual)")
|
@Formula("upper('a')")
|
||||||
@Enumerated(EnumType.STRING)
|
@Enumerated(EnumType.STRING)
|
||||||
private Trimmed formula;
|
private Trimmed formula;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue