{ "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" }