Fix broken test on pgsql Jenkins pipeline
This commit is contained in:
parent
9584b16089
commit
027ca97090
|
@ -57,7 +57,7 @@ import org.hibernate.annotations.NamedQuery;
|
||||||
query = "SELECT pr.name AS name, count(*) AS phoneCount " +
|
query = "SELECT pr.name AS name, count(*) AS phoneCount " +
|
||||||
"FROM Phone p " +
|
"FROM Phone p " +
|
||||||
"JOIN Person pr ON pr.id = p.person_id " +
|
"JOIN Person pr ON pr.id = p.person_id " +
|
||||||
"GROUP BY p.person_id",
|
"GROUP BY pr.name",
|
||||||
resultSetMapping = "person_phone_count",
|
resultSetMapping = "person_phone_count",
|
||||||
timeout = 1,
|
timeout = 1,
|
||||||
readOnly = true
|
readOnly = true
|
||||||
|
|
Loading…
Reference in New Issue