summaryrefslogtreecommitdiff
path: root/.sqlx/query-d382215ac9e9d8d2c9b5eb6f1c2744bdb7a93c39ebcf15087c89bba6be71f7cb.json
blob: 1d448d437101f542c1e1bcd1f4732a6479ef98b5 (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\n                where id = $1\n                returning 1 as \"row: i64\"\n            ",
  "describe": {
    "columns": [
      {
        "name": "row: i64",
        "ordinal": 0,
        "type_info": "Null"
      }
    ],
    "parameters": {
      "Right": 1
    },
    "nullable": [
      null
    ]
  },
  "hash": "d382215ac9e9d8d2c9b5eb6f1c2744bdb7a93c39ebcf15087c89bba6be71f7cb"
}