-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathquery-8a2918ace6c8fe642dc6b8badc952c7a3df9b2e0ac113b93d20b2a78bcab75b7.json
More file actions
88 lines (88 loc) · 2.03 KB
/
query-8a2918ace6c8fe642dc6b8badc952c7a3df9b2e0ac113b93d20b2a78bcab75b7.json
File metadata and controls
88 lines (88 loc) · 2.03 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"db_name": "PostgreSQL",
"query": "\n SELECT key, delegator, delegate, contract_address, delegation_counter, old_expiration_date, new_expiration_date, host_chain_id, block_number, block_hash, transaction_id, gateway_nb_attempts\n FROM delegate_user_decrypt\n WHERE on_gateway = false\n AND reorg_out = false\n AND gateway_nb_attempts <= $1\n ORDER BY block_number ASC, delegation_counter ASC, transaction_id ASC\n FOR UPDATE\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "key",
"type_info": "Int8"
},
{
"ordinal": 1,
"name": "delegator",
"type_info": "Bytea"
},
{
"ordinal": 2,
"name": "delegate",
"type_info": "Bytea"
},
{
"ordinal": 3,
"name": "contract_address",
"type_info": "Bytea"
},
{
"ordinal": 4,
"name": "delegation_counter",
"type_info": "Int8"
},
{
"ordinal": 5,
"name": "old_expiration_date",
"type_info": "Numeric"
},
{
"ordinal": 6,
"name": "new_expiration_date",
"type_info": "Numeric"
},
{
"ordinal": 7,
"name": "host_chain_id",
"type_info": "Int8"
},
{
"ordinal": 8,
"name": "block_number",
"type_info": "Int8"
},
{
"ordinal": 9,
"name": "block_hash",
"type_info": "Bytea"
},
{
"ordinal": 10,
"name": "transaction_id",
"type_info": "Bytea"
},
{
"ordinal": 11,
"name": "gateway_nb_attempts",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
true,
false
]
},
"hash": "8a2918ace6c8fe642dc6b8badc952c7a3df9b2e0ac113b93d20b2a78bcab75b7"
}