Skip to main content

max / makenotwork

559 B · 23 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "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 ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "item_id: ItemId",
9 "type_info": "Uuid"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Uuid"
15 ]
16 },
17 "nullable": [
18 true
19 ]
20 },
21 "hash": "5afe7493a472cff1b7e895ce91c325397ab956e18a567f5fea9f661f196fe89d"
22 }
23