[
"sql" => "SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.material AS material_2, w0_.dimension AS dimension_3, w0_.quantity AS quantity_4, w0_.cut_length AS cut_length_5, w0_.warning_level AS warning_level_6, w0_.price AS price_7, w0_.position AS position_8, w0_.supplier AS supplier_9, w0_.product_code AS product_code_10, w0_.image_file_name AS image_file_name_11, w0_.created_at AS created_at_12, w0_.updated_at AS updated_at_13, w0_.item_type AS item_type_14, w0_.is_active AS is_active_15, w0_.unit_id AS unit_id_16, w0_.warehouse_id AS warehouse_id_17, w0_.category_id AS category_id_18, w0_.subcategory_id AS subcategory_id_19 FROM warehouse_items w0_ WHERE (w0_.name LIKE ? OR w0_.material LIKE ? OR w0_.dimension LIKE ?) AND w0_.warehouse_id = ? ORDER BY w0_.name ASC LIMIT 100"
"params" => [
1 => "%Lower%"
2 => "%Lower%"
3 => "%Lower%"
4 => 3
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#996
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#996}
3 => Doctrine\DBAL\ParameterType {#996}
4 => Doctrine\DBAL\ParameterType {#539
+name: "INTEGER"
}
]
]