20 lines
377 B
JSON
20 lines
377 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT column1 AS number FROM (VALUES (1))",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "number",
|
|
"ordinal": 0,
|
|
"type_info": "Int"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "fd70371b89698aa43665bd7bb12c462a111e5bd7c6aedc0fb74f551dcee71df0"
|
|
}
|