21 lines
388 B
JSON
21 lines
388 B
JSON
|
{
|
||
|
"db_name": "SQLite",
|
||
|
"query": "SELECT padlock FROM server_padlocks WHERE hash = $1",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "padlock",
|
||
|
"ordinal": 0,
|
||
|
"type_info": "Text"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Right": 1
|
||
|
},
|
||
|
"nullable": [
|
||
|
false
|
||
|
]
|
||
|
},
|
||
|
"hash": "eefc79011b65be5656d6b5d3fadcfecaa85db4dd9f810d6ff7d2aab7b9a002ec"
|
||
|
}
|