[
"sql" => "SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.summary AS summary_3, s0_.content AS content_4, s0_.published_at AS published_at_5, s1_.id AS id_6, s1_.full_name AS full_name_7, s1_.username AS username_8, s1_.email AS email_9, s1_.password AS password_10, s1_.roles AS roles_11, s2_.id AS id_12, s2_.name AS name_13, s0_.author_id AS author_id_14 FROM symfony_demo_post s0_ INNER JOIN symfony_demo_user s1_ ON s0_.author_id = s1_.id LEFT JOIN symfony_demo_post_tag s3_ ON s0_.id = s3_.post_id LEFT JOIN symfony_demo_tag s2_ ON s2_.id = s3_.tag_id WHERE s0_.published_at <= ? AND EXISTS (SELECT 1 FROM symfony_demo_post_tag s4_ WHERE s4_.post_id = s0_.id AND s4_.tag_id IN (?)) AND s0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY s0_.published_at DESC, s2_.name ASC"
"params" => [
1 => "2026-02-03 00:46:38"
2 => 1
3 => 1
4 => 5
5 => 7
6 => 12
7 => 13
8 => 18
9 => 21
10 => 22
11 => 28
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#906
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#850
+name: "INTEGER"
}
3 => Doctrine\DBAL\ParameterType {#850}
4 => Doctrine\DBAL\ParameterType {#850}
5 => Doctrine\DBAL\ParameterType {#850}
6 => Doctrine\DBAL\ParameterType {#850}
7 => Doctrine\DBAL\ParameterType {#850}
8 => Doctrine\DBAL\ParameterType {#850}
9 => Doctrine\DBAL\ParameterType {#850}
10 => Doctrine\DBAL\ParameterType {#850}
11 => Doctrine\DBAL\ParameterType {#850}
]
]