blob: 01bb0717691aec6263dc0d2fbcf125b1a416b5ab (
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 update channel\n set name = null\n where id = $1\n returning 1 as \"updated: bool\"\n ",
"describe": {
"columns": [
{
"name": "updated: bool",
"ordinal": 0,
"type_info": "Null"
}
],
"parameters": {
"Right": 1
},
"nullable": [
null
]
},
"hash": "c83af5b462071927d05664bb69067dd15b2e7602aafcfaf04aa1f41e118a1f87"
}
|