summaryrefslogtreecommitdiff
path: root/.sqlx/query-1a6654e50f9cbfe09a0a75b9c3126c22b432df8756ab007191f60702de270878.json
blob: 2f114b8467ea3c6737fc72f80d66c1e70defe1dd (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 count(*) > 0 as \"completed: bool\"\n                from user\n            ",
  "describe": {
    "columns": [
      {
        "name": "completed: bool",
        "ordinal": 0,
        "type_info": "Integer"
      }
    ],
    "parameters": {
      "Right": 0
    },
    "nullable": [
      false
    ]
  },
  "hash": "1a6654e50f9cbfe09a0a75b9c3126c22b432df8756ab007191f60702de270878"
}