{ "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 ", "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": "632b79f51dd39a75ebff838ca4beab463f84aa32246288cc251881ec41d207f5" }