[
"sql" => "SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.image_urls AS image_urls_3, a0_.video_embeds AS video_embeds_4, a0_.resource_links AS resource_links_5, a0_.location_name AS location_name_6, a0_.address_line1 AS address_line1_7, a0_.postal_code AS postal_code_8, a0_.city AS city_9, a0_.country AS country_10, a0_.map_embed_url AS map_embed_url_11, a0_.starts_at AS starts_at_12, a0_.ends_at AS ends_at_13, a0_.status AS status_14, a0_.view_count AS view_count_15, a0_.participant_count AS participant_count_16, a0_.created_at AS created_at_17, a0_.updated_at AS updated_at_18, a0_.association_id AS association_id_19, a0_.created_by_id AS created_by_id_20 FROM association_event a0_ WHERE a0_.association_id = ? AND a0_.status = ? ORDER BY a0_.created_at DESC LIMIT 3"
"params" => [
1 => 6
2 => "published"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#974
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#1380
+name: "STRING"
}
]
]