mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 03:38:16 +00:00
HHH-9523 : EnumeratedTypeTest - select from dual causes test failures on mssql, postgresql, db2 and sybase
This commit is contained in:
parent
7f17e50c72
commit
264b0be40e
@ -55,7 +55,7 @@ enum Trimmed {
|
||||
@Enumerated(EnumType.STRING)
|
||||
private Trimmed trimmed;
|
||||
|
||||
@Formula("(select 'A' from dual)")
|
||||
@Formula("upper('a')")
|
||||
@Enumerated(EnumType.STRING)
|
||||
private Trimmed formula;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user