summaryrefslogtreecommitdiff
path: root/server/.sqlx/query-1017223642074d4567738e03c40357a4a6c5dfadb77c21b99e26db113bb97339.json
blob: 0c10e5724d7cbe6b4d8b4dd27c905e4bab1711e2 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "db_name": "MySQL",
  "query": "SELECT id,name,dn,translation_review_users.role AS role FROM users JOIN translation_review_users ON translation_review_users.user=id WHERE translation_review_users.translation_review=? ORDER BY role,id",
  "describe": {
    "columns": [
      {
        "ordinal": 0,
        "name": "id",
        "type_info": {
          "type": "VarString",
          "flags": "NOT_NULL | PRIMARY_KEY | NO_DEFAULT_VALUE",
          "char_set": 224,
          "max_size": 512
        }
      },
      {
        "ordinal": 1,
        "name": "name",
        "type_info": {
          "type": "VarString",
          "flags": "NOT_NULL",
          "char_set": 224,
          "max_size": 4096
        }
      },
      {
        "ordinal": 2,
        "name": "dn",
        "type_info": {
          "type": "VarString",
          "flags": "",
          "char_set": 224,
          "max_size": 1024
        }
      },
      {
        "ordinal": 3,
        "name": "role",
        "type_info": {
          "type": "Tiny",
          "flags": "NOT_NULL | UNSIGNED",
          "char_set": 63,
          "max_size": 3
        }
      }
    ],
    "parameters": {
      "Right": 1
    },
    "nullable": [
      false,
      false,
      true,
      false
    ]
  },
  "hash": "1017223642074d4567738e03c40357a4a6c5dfadb77c21b99e26db113bb97339"
}