blob: 9975fd12b702d04111ac977de61acf60adbec87e (
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 = \"\"\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": "2252b49c77ff76a88ee7d24a4d68d68c8d9f8b9483af48de5d4e09857181d632"
}
|