mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-19 17:45:10 +00:00
HHH-9138 - CastFunctionTest failing on most databases
(cherry picked from commit c012c4d8de9aa68f42fed067184d2520594013d5)
This commit is contained in:
parent
14053b5928
commit
d3f75ea0d9
@ -40,7 +40,7 @@ public static class MyEntity {
|
|||||||
@Id
|
@Id
|
||||||
private Integer id;
|
private Integer id;
|
||||||
private String name;
|
private String name;
|
||||||
private Number theLostNumber;
|
private Double theLostNumber;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user