[
"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 s0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY s0_.published_at DESC, s2_.name ASC"
"params" => [
1 => "2026-08-18 02:22:51"
2 => 91
3 => 92
4 => 93
5 => 94
6 => 95
7 => 96
8 => 97
9 => 98
10 => 99
11 => 100
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#936
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#939
+name: "INTEGER"
}
3 => Doctrine\DBAL\ParameterType {#939}
4 => Doctrine\DBAL\ParameterType {#939}
5 => Doctrine\DBAL\ParameterType {#939}
6 => Doctrine\DBAL\ParameterType {#939}
7 => Doctrine\DBAL\ParameterType {#939}
8 => Doctrine\DBAL\ParameterType {#939}
9 => Doctrine\DBAL\ParameterType {#939}
10 => Doctrine\DBAL\ParameterType {#939}
11 => Doctrine\DBAL\ParameterType {#939}
]
]