This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsqlx-data.json
89 lines (89 loc) · 2.02 KB
/
sqlx-data.json
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"db": "MySQL",
"0545236afb4d9069872669138ee7f509d9a0d2e1be627eeb1dbbf109f7fb1bc0": {
"describe": {
"columns": [
{
"name": "email",
"ordinal": 0,
"type_info": {
"char_set": 224,
"flags": {
"bits": 4101
},
"max_size": 1020,
"type": "VarString"
}
},
{
"name": "pseudo",
"ordinal": 1,
"type_info": {
"char_set": 224,
"flags": {
"bits": 4101
},
"max_size": 200,
"type": "VarString"
}
}
],
"nullable": [
false,
false
],
"parameters": {
"Right": 2
}
},
"query": "\nSELECT email, pseudo FROM `user` WHERE email like ? OR pseudo LIKE ?;\n "
},
"3918f6e43555947e9b2b6bcbc0f5c7cf907a11573802a30c51dcf9fb8e64b631": {
"describe": {
"columns": [
{
"name": "uuid",
"ordinal": 0,
"type_info": {
"char_set": 224,
"flags": {
"bits": 4099
},
"max_size": 160,
"type": "String"
}
},
{
"name": "pseudo",
"ordinal": 1,
"type_info": {
"char_set": 224,
"flags": {
"bits": 4101
},
"max_size": 200,
"type": "VarString"
}
}
],
"nullable": [
false,
false
],
"parameters": {
"Right": 2
}
},
"query": "\nSELECT uuid, pseudo FROM `user` WHERE email like ? and password like ? limit 1;\n "
},
"a26c4dadc64883ec212b5f8251ccf54d44c2560236a792d75181cdf5c26e6bf3": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Right": 5
}
},
"query": "\nINSERT INTO `user`\n(`uuid`, `email`, `pseudo`, `password`, `admin`)\nVALUES (?, ?, ?, ?, ?);\n "
}
}