[
"sql" => "SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.description AS description_2, e0_.creation_date AS creation_date_3, e0_.url AS url_4, e0_.slug AS slug_5, e0_.last_update AS last_update_6, e0_.visible AS visible_7, e0_.date_debut AS date_debut_8, e0_.date_fin AS date_fin_9, e0_.uuid_tmp AS uuid_tmp_10, e0_.image AS image_11, e0_.location_fallback AS location_fallback_12, e0_.organizers_fallback AS organizers_fallback_13, e0_.image_name AS image_name_14, e0_.image_size AS image_size_15, e0_.updated_at AS updated_at_16, e0_.price AS price_17, e0_.exclude_from_agenda AS exclude_from_agenda_18, e0_.horaires_du_lieu AS horaires_du_lieu_19, e1_.id AS id_20, e1_.name AS name_21, e1_.slug AS slug_22, e0_.scrapper_event_id AS scrapper_event_id_23, e0_.created_by_id AS created_by_id_24, e0_.festival_id AS festival_id_25 FROM event e0_ LEFT JOIN event_event_category e2_ ON e0_.id = e2_.event_id LEFT JOIN event_category e1_ ON e1_.id = e2_.event_category_id WHERE e0_.date_debut <= ? AND ((e0_.date_fin IS NULL AND e0_.date_debut >= ? AND e0_.date_debut < ?) OR (e0_.date_fin IS NOT NULL AND e0_.date_debut <= ? AND e0_.date_fin >= ?)) AND e0_.visible = true AND ((e0_.exclude_from_agenda = false OR e0_.exclude_from_agenda IS NULL)) AND (e0_.horaires_du_lieu = false OR EXISTS (SELECT 1 AS sclr_26 FROM event_place_link e3_ INNER JOIN place p4_ ON e3_.place_id = p4_.id INNER JOIN horaires h5_ ON p4_.id = h5_.place_id WHERE e3_.event_id = e0_.id AND e3_.role = ? AND h5_.jour = ? AND (h5_.ferme = false OR h5_.ferme IS NULL))) ORDER BY e0_.date_debut ASC"
"params" => [
1 => "2027-03-07 00:00:00"
2 => "2027-03-06 00:00:00"
3 => "2027-03-07 00:00:00"
4 => "2027-03-07 00:00:00"
5 => "2027-03-06 00:00:00"
6 => "host"
7 => 7
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#943
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#943}
3 => Doctrine\DBAL\ParameterType {#943}
4 => Doctrine\DBAL\ParameterType {#943}
5 => Doctrine\DBAL\ParameterType {#943}
6 => Doctrine\DBAL\ParameterType {#943}
7 => Doctrine\DBAL\ParameterType {#1185
+name: "INTEGER"
}
]
]