blob: efa050cf58b0488be5fac699ed800a25e42327a0 (
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 translation_reviews WHERE project=?",
"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": "28bfa8e3ef45bcd66de88eafee93e4a8d077bb92881424385f75ed0aa980e3ad"
}
|