-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathsqlx-data.json
More file actions
53 lines (53 loc) · 1.81 KB
/
sqlx-data.json
File metadata and controls
53 lines (53 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"db": "SQLite",
"071917afd7e1d00e2ae860779a1471d281f7aa45da61f7a7bdbd4625a3966a5d": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 6
}
},
"query": "\n UPDATE users SET last_rating = ?1, min_rating = ?2, max_rating = ?3, total_reviews = ?4, total_rating = ?5 WHERE pubkey = ?6\n "
},
"1a9c409177b4ac73e9270fc702d2d2f38d35cd06432073e212d27c5aa146233b": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 10
}
},
"query": "\n UPDATE orders\n SET\n status = ?1,\n amount = ?2,\n fee = ?3,\n dev_fee = ?4,\n hash = ?5,\n preimage = ?6,\n buyer_invoice = ?7,\n taken_at = ?8,\n invoice_held_at = ?9\n WHERE id = ?10\n "
},
"b047209f67b1c1fad80c1d812c0ad0fa4116d16175fa2569962cd13c0ca05ac3": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 2
}
},
"query": "\n UPDATE orders\n SET\n invoice_held_at = ?1\n WHERE id = ?2\n "
},
"bc86a8ab2ce2b27ca5d1dde6b5622c7f00ee761fe5b475bda0e9145093fc2810": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 2
}
},
"query": "\n UPDATE orders\n SET\n taken_at = ?1\n WHERE id = ?2\n "
},
"fb8c9a8f42f6fc3c70e734db9db4af88c9602143afdbfcf57562f3fecb80b3a7": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 2
}
},
"query": "\n UPDATE users SET last_trade_index = ?1 WHERE pubkey = ?2\n "
}
}