summaryrefslogtreecommitdiff
path: root/server/.sqlx/query-51f58915888d2523f6de00e206ea36137a50e7b8871751c631edb738db2cd197.json
blob: d6650fd1d90753a3fd30ed0622c7951873534971 (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
59
60
61
62
63
64
65
66
67
68
69
{
  "db_name": "MySQL",
  "query": "SELECT id,title,description,remote,main_branch FROM projects WHERE id=?",
  "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": "title",
        "type_info": {
          "type": "VarString",
          "flags": "NOT_NULL | NO_DEFAULT_VALUE",
          "char_set": 224,
          "max_size": 4096
        }
      },
      {
        "ordinal": 2,
        "name": "description",
        "type_info": {
          "type": "Blob",
          "flags": "NOT_NULL | BLOB",
          "char_set": 224,
          "max_size": 67108860
        }
      },
      {
        "ordinal": 3,
        "name": "remote",
        "type_info": {
          "type": "VarString",
          "flags": "NOT_NULL | NO_DEFAULT_VALUE",
          "char_set": 224,
          "max_size": 8192
        }
      },
      {
        "ordinal": 4,
        "name": "main_branch",
        "type_info": {
          "type": "VarString",
          "flags": "NOT_NULL | NO_DEFAULT_VALUE",
          "char_set": 224,
          "max_size": 4096
        }
      }
    ],
    "parameters": {
      "Right": 1
    },
    "nullable": [
      false,
      false,
      false,
      false,
      false
    ]
  },
  "hash": "51f58915888d2523f6de00e206ea36137a50e7b8871751c631edb738db2cd197"
}