{ "db_name": "PostgreSQL", "query": "SELECT id FROM deliberation_summaries WHERE proposal_id = $1 AND summary_type = $2::summary_type", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" } ], "parameters": { "Left": [ "Uuid", { "Custom": { "name": "summary_type", "kind": { "Enum": [ "executive", "pro_arguments", "con_arguments", "consensus", "contention", "questions", "full" ] } } } ] }, "nullable": [ false ] }, "hash": "4e324f0141e12a57df99f729cccf6133014b6669bda8d3b75ca07bb2a47567b2" }