{ "db_name": "PostgreSQL", "query": "\n UPDATE transactions\n SET status = 'refunded'\n WHERE parent_transaction_id = $1 AND status = 'completed'\n RETURNING item_id AS \"item_id: ItemId\"\n ", "describe": { "columns": [ { "ordinal": 0, "name": "item_id: ItemId", "type_info": "Uuid" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ true ] }, "hash": "5afe7493a472cff1b7e895ce91c325397ab956e18a567f5fea9f661f196fe89d" }