Skip to main content

max / makenotwork

534 B · 24 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "SELECT DISTINCT item_id AS \"item_id!: ItemId\" FROM transactions\n WHERE buyer_id = $1 AND status = 'completed' AND item_id = ANY($2)",
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 "UuidArray"
16 ]
17 },
18 "nullable": [
19 true
20 ]
21 },
22 "hash": "860fdd7a1815c30226c8a04fb9cc75d6fa1259c5c3f631a29e8e9949304fd7bb"
23 }
24