32 lines
635 B
JSON
32 lines
635 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT hash, message, reachable FROM commits JOIN queue USING (hash) WHERE hash = ? ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "hash",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "message",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "reachable",
|
|
"ordinal": 2,
|
|
"type_info": "Int64"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "c1e772c34a0324159ca1ee204806c3774762a3df4c6d06a4ea4df67b105bac00"
|
|
}
|