blob: f96ceca17d0192cea5d01bd8efaf18103da21278 (
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 from channel_name_reservation\n where id = $1\n returning 1 as \"deleted: bool\"\n ",
"describe": {
"columns": [
{
"name": "deleted: bool",
"ordinal": 0,
"type_info": "Null"
}
],
"parameters": {
"Right": 1
},
"nullable": [
null
]
},
"hash": "d6feb736b61c645649082e55c7cf413825151e1cda939378984611dc2d9a789a"
}
|