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
89
90
91
|
{
"db_name": "MySQL",
"query": "SELECT id,name,file,description,meaning,source,placeholder_offsets FROM localization_strings WHERE translation_review=? ORDER BY id ASC LIMIT ? OFFSET ?",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": {
"type": "LongLong",
"flags": "NOT_NULL | PRIMARY_KEY | UNSIGNED | AUTO_INCREMENT",
"char_set": 63,
"max_size": 20
}
},
{
"ordinal": 1,
"name": "name",
"type_info": {
"type": "VarString",
"flags": "NOT_NULL | NO_DEFAULT_VALUE",
"char_set": 224,
"max_size": 2048
}
},
{
"ordinal": 2,
"name": "file",
"type_info": {
"type": "VarString",
"flags": "NOT_NULL | NO_DEFAULT_VALUE",
"char_set": 224,
"max_size": 2048
}
},
{
"ordinal": 3,
"name": "description",
"type_info": {
"type": "Blob",
"flags": "NOT_NULL | BLOB",
"char_set": 224,
"max_size": 67108860
}
},
{
"ordinal": 4,
"name": "meaning",
"type_info": {
"type": "VarString",
"flags": "NOT_NULL",
"char_set": 224,
"max_size": 2048
}
},
{
"ordinal": 5,
"name": "source",
"type_info": {
"type": "Blob",
"flags": "NOT_NULL | BLOB | NO_DEFAULT_VALUE",
"char_set": 224,
"max_size": 67108860
}
},
{
"ordinal": 6,
"name": "placeholder_offsets",
"type_info": {
"type": "VarString",
"flags": "NOT_NULL",
"char_set": 224,
"max_size": 2048
}
}
],
"parameters": {
"Right": 3
},
"nullable": [
false,
false,
false,
false,
false,
false,
false
]
},
"hash": "d209213b7ae8e293a2eff01f443cd12a960a4014cbadf8a2e9a6d9c328b4e4a9"
}
|