blob: 0de7e325cf5e17fa813b1bb8b2d8905f3998197c (
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 delete\n from token\n where secret = $1\n returning 1 as \"found: u32\"\n ",
"describe": {
"columns": [
{
"name": "found: u32",
"ordinal": 0,
"type_info": "Null"
}
],
"parameters": {
"Right": 1
},
"nullable": [
null
]
},
"hash": "9312110e144287cb2fc1fa2e59caae0cdc63e2bcb660474bfcb7e6bc9875f654"
}
|