summaryrefslogtreecommitdiff
path: root/.sqlx/query-b7e05e2b2eb5484c954bcedf5de8c7d9ad11bb09a0d0d243181d97c79d771071.json
blob: b82727fef40c011f56248fbf419c0b1a59cfbc31 (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                select\n                    channel.id as \"id: Id\"\n                from channel\n                    left join message\n                where created_at < $1\n                    and message.id is null\n            ",
  "describe": {
    "columns": [
      {
        "name": "id: Id",
        "ordinal": 0,
        "type_info": "Text"
      }
    ],
    "parameters": {
      "Right": 1
    },
    "nullable": [
      false
    ]
  },
  "hash": "b7e05e2b2eb5484c954bcedf5de8c7d9ad11bb09a0d0d243181d97c79d771071"
}