summaryrefslogtreecommitdiff
path: root/.sqlx/query-22f313d9afcdd02df74a8b8c64a38a3f73b112e74b7318ee8e52e475866d8cfd.json
blob: 3d5d06cb1907b61c9e093e5354e6c3ce7e3d7265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "db_name": "SQLite",
  "query": "\n                select\n                    id as \"id: Id\",\n                    name,\n                    created_at as \"created_at: DateTime\"\n                from channel\n                where id = $1\n            ",
  "describe": {
    "columns": [
      {
        "name": "id: Id",
        "ordinal": 0,
        "type_info": "Text"
      },
      {
        "name": "name",
        "ordinal": 1,
        "type_info": "Text"
      },
      {
        "name": "created_at: DateTime",
        "ordinal": 2,
        "type_info": "Text"
      }
    ],
    "parameters": {
      "Right": 1
    },
    "nullable": [
      false,
      false,
      false
    ]
  },
  "hash": "22f313d9afcdd02df74a8b8c64a38a3f73b112e74b7318ee8e52e475866d8cfd"
}