summaryrefslogtreecommitdiff
path: root/server/.sqlx/query-bfbd002137bcf942b9911eac9cce4b4592616cad37afdb2b1e40bd38cbf2190c.json
blob: 61a445f31aa0e84e1a7393ee8d273e9d49db1e74 (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,dn FROM users WHERE username=?",
  "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": "dn",
        "type_info": {
          "type": "VarString",
          "flags": "",
          "char_set": 224,
          "max_size": 1024
        }
      }
    ],
    "parameters": {
      "Right": 1
    },
    "nullable": [
      false,
      true
    ]
  },
  "hash": "bfbd002137bcf942b9911eac9cce4b4592616cad37afdb2b1e40bd38cbf2190c"
}