blob: 6aab5fcab59fcda5c17ba9f3aa2ef17df7f85ac8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"db_name": "SQLite",
"query": "\n select count(*) > 0 as \"completed: bool\"\n from login\n ",
"describe": {
"columns": [
{
"name": "completed: bool",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "3c7cca4f823bd5e4cb0562af0c246e75ce95f6eb10f705c16b22345d31aefc61"
}
|