blob: 3cd7d0629ce051f0ef94b6e7a409246b43b7e0aa (
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 id=?",
"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": "5a74b7b419f360f513e4739636ffffc6443e2b33af98ad1c23c8fafa1901562f"
}
|