summaryrefslogtreecommitdiff
path: root/server/.sqlx/query-ffbd6b958a29d30a09e5f09d196dcba7fb5577e1b064beebc52655f1b9498eb7.json
blob: 73961c40e7e28fa6827690a5355b40892aefc203 (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
{
  "db_name": "MySQL",
  "query": "SELECT state, base FROM translation_reviews WHERE project=? AND id=?",
  "describe": {
    "columns": [
      {
        "ordinal": 0,
        "name": "state",
        "type_info": {
          "type": "Tiny",
          "flags": "NOT_NULL | UNSIGNED",
          "char_set": 63,
          "max_size": 3
        }
      },
      {
        "ordinal": 1,
        "name": "base",
        "type_info": {
          "type": "VarString",
          "flags": "NOT_NULL | NO_DEFAULT_VALUE",
          "char_set": 224,
          "max_size": 160
        }
      }
    ],
    "parameters": {
      "Right": 2
    },
    "nullable": [
      false,
      false
    ]
  },
  "hash": "ffbd6b958a29d30a09e5f09d196dcba7fb5577e1b064beebc52655f1b9498eb7"
}