[
"sql" => "SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.start_date AS start_date_3, a0_.end_date AS end_date_4, a0_.estimated_hours AS estimated_hours_5, a0_.priorita AS priorita_6, a0_.status AS status_7, a0_.created_at AS created_at_8, a0_.last_modified_at AS last_modified_at_9, a0_.trashed_at AS trashed_at_10, a0_.project_id AS project_id_11, a0_.manager_id AS manager_id_12, a0_.type_id AS type_id_13, a0_.created_by_user_id AS created_by_user_id_14, a0_.last_modified_by_user_id AS last_modified_by_user_id_15, a0_.trashed_by_id AS trashed_by_id_16 FROM attivita a0_ INNER JOIN tempo_lavoro t1_ ON a0_.id = t1_.activity_id WHERE a0_.manager_id = ? AND a0_.end_date IS NULL AND t1_.status = ? ORDER BY a0_.created_at DESC"
"params" => [
1 => 1
2 => "paused"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#638
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#636
+name: "STRING"
}
]
]