[
"sql" => "SELECT l0_.id AS id_0, l0_.round AS round_1, l0_.datetime AS datetime_2, l0_.info AS info_3, l0_.starting_lane AS starting_lane_4, l0_.ordinal AS ordinal_5, l1_.id AS id_6, l1_.points AS points_7, l1_.pinfall AS pinfall_8, l1_.ordering AS ordering_9, t2_.id AS id_10, t2_.name AS name_11, p3_.id AS id_12, p3_.firstname AS firstname_13, p3_.lastname AS lastname_14, p3_.email AS email_15, p3_.phone AS phone_16, l0_.division_id AS division_id_17, l0_.alley_id AS alley_id_18, l1_.league_match_id AS league_match_id_19, l1_.team_id AS team_id_20, t2_.division_id AS division_id_21 FROM league_match l0_ LEFT JOIN league_match_team l1_ ON l0_.id = l1_.league_match_id LEFT JOIN team t2_ ON l1_.team_id = t2_.id LEFT JOIN team_player t4_ ON t2_.id = t4_.team_id LEFT JOIN player p3_ ON p3_.id = t4_.player_id WHERE l0_.id IN (?) ORDER BY l0_.id ASC, l1_.ordering ASC, p3_.id ASC, p3_.firstname ASC, p3_.lastname ASC"
"params" => [
1 => 231
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#735
+name: "INTEGER"
}
]
]