summaryrefslogtreecommitdiff
path: root/server/.sqlx/query-c72d23097e0e0cfade3201d6470623209f3117909f89aadb6fb5f287e2c1ab2d.json
blob: f1fa2d93281499fbe18738618cdb772ae5e42259 (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 id, rewrite FROM reviews WHERE project=? AND branch=?",
  "describe": {
    "columns": [
      {
        "ordinal": 0,
        "name": "id",
        "type_info": {
          "type": "LongLong",
          "flags": "NOT_NULL | PRIMARY_KEY | UNSIGNED | AUTO_INCREMENT",
          "char_set": 63,
          "max_size": 20
        }
      },
      {
        "ordinal": 1,
        "name": "rewrite",
        "type_info": {
          "type": "Tiny",
          "flags": "NOT_NULL | UNSIGNED",
          "char_set": 63,
          "max_size": 3
        }
      }
    ],
    "parameters": {
      "Right": 2
    },
    "nullable": [
      false,
      false
    ]
  },
  "hash": "c72d23097e0e0cfade3201d6470623209f3117909f89aadb6fb5f287e2c1ab2d"
}