mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
HHH-16651 change a test since we don't use array batch loader for one id anymore
This commit is contained in:
parent
475aefb434
commit
8bf5bb0d98
@ -92,7 +92,7 @@ public void tesGetAgency(SessionFactoryScope scope) {
|
||||
"select a1_0.agency_id,a1_0.agency_txt from agency_table a1_0 where a1_0.agency_id=?"
|
||||
);
|
||||
assertThat( executedQueries.get( 1 ).toLowerCase() ).isEqualTo(
|
||||
"select a1_0.agency_id,a1_0.agency_detail from agency_detail_table a1_0 where array_contains(?,a1_0.agency_id)"
|
||||
"select a1_0.agency_id,a1_0.agency_detail from agency_detail_table a1_0 where a1_0.agency_id=?"
|
||||
);
|
||||
|
||||
assertThat( executedQueries.get( 2 ).toLowerCase() ).isEqualTo(
|
||||
|
Loading…
x
Reference in New Issue
Block a user