Skip to main content

max / makenotwork

532 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 = 'pending' 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": "dacb61d406febf134f0a5de2f063cf1733f0d710e20c4bee4a9caea6dd06b7ee"
23 }
24