blob: 266959b12eaf01372821925147f808a7d53f81af (
plain)
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
|
{
"db_name": "MySQL",
"query": "SELECT COUNT(id) AS count FROM localization_strings WHERE translation_review=?",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": {
"type": "LongLong",
"flags": "NOT_NULL | BINARY",
"char_set": 63,
"max_size": 21
}
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "140e41551aace3841033cdc5e2badfc1a92840fc4f80291a73ba6af24b3997a0"
}
|