21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT EXISTS(SELECT 1 FROM roots WHERE id = ? AND kind = 'movie') AS 'exists!: bool'",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "exists!: bool",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "ee86c3a4d78ef8ec0ca71343c5f1cbe1aea538f04e31b74f1bca0e7bd00c7248"
|
|
}
|