Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 5m49s
33 lines
580 B
JSON
33 lines
580 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT * from users where name = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "name",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "role",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "3a0708525a9b79496995698914aa04b30a09af51179b91f58e4c495f2d02ccf4"
|
|
}
|