{ "db_name": "PostgreSQL", "query": "UPDATE post_flags SET resolved_at = now(), resolved_by = $2, resolution = $3\n WHERE post_id = $1 AND resolved_at IS NULL", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Uuid", "Text" ] }, "nullable": [] }, "hash": "b184059f913975fb9107619546fa696a363c07fc2db8fe365b905ffcd21a0085" }