{ "db_name": "PostgreSQL", "query": "SELECT DISTINCT item_id AS \"item_id!: ItemId\" FROM transactions\n WHERE buyer_id = $1 AND status = 'pending' AND item_id = ANY($2)", "describe": { "columns": [ { "ordinal": 0, "name": "item_id!: ItemId", "type_info": "Uuid" } ], "parameters": { "Left": [ "Uuid", "UuidArray" ] }, "nullable": [ true ] }, "hash": "dacb61d406febf134f0a5de2f063cf1733f0d710e20c4bee4a9caea6dd06b7ee" }