{ "db_name": "PostgreSQL", "query": "\n SELECT\n id AS \"id: DelphiReportIssueId\",\n report_id AS \"report_id: DelphiReportId\",\n issue_type\n FROM delphi_report_issues\n WHERE report_id = ANY($1::bigint[])\n ORDER BY report_id, id\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id: DelphiReportIssueId", "type_info": "Int8" }, { "ordinal": 1, "name": "report_id: DelphiReportId", "type_info": "Int8" }, { "ordinal": 2, "name": "issue_type", "type_info": "Text" } ], "parameters": { "Left": [ "Int8Array" ] }, "nullable": [ false, false, false ] }, "hash": "c69a7a5296941a52f15c3c073e65e8eff6516004d0636357f146047789f8f8c1" }