summaryrefslogtreecommitdiff
path: root/.sqlx/query-2262a6d3af5b470a397f3371bbd9e0da6f99ea037bc5c4cb8c468fbd977b9543.json
blob: f83a179f112f763cb993a58430e3f6767f01006e (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
33
34
35
36
37
38
39
40
41
42
43
44
{
  "db_name": "SQLite",
  "query": "\n                select\n                    id as \"id: Id\",\n                    user as \"user: user::Id\",\n                    endpoint,\n                    key_p256dh,\n                    key_auth\n                from subscription\n                where id = $1\n            ",
  "describe": {
    "columns": [
      {
        "name": "id: Id",
        "ordinal": 0,
        "type_info": "Text"
      },
      {
        "name": "user: user::Id",
        "ordinal": 1,
        "type_info": "Text"
      },
      {
        "name": "endpoint",
        "ordinal": 2,
        "type_info": "Text"
      },
      {
        "name": "key_p256dh",
        "ordinal": 3,
        "type_info": "Text"
      },
      {
        "name": "key_auth",
        "ordinal": 4,
        "type_info": "Text"
      }
    ],
    "parameters": {
      "Right": 1
    },
    "nullable": [
      false,
      false,
      false,
      false,
      false
    ]
  },
  "hash": "2262a6d3af5b470a397f3371bbd9e0da6f99ea037bc5c4cb8c468fbd977b9543"
}