Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 5m49s
33 lines
595 B
JSON
33 lines
595 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT id, caption, type FROM devices WHERE user = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "id",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "caption",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "type",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "4da964069e4428d88f655e76c29d5cc8e13a3593461849724eddaa86097569d9"
|
|
}
|