fix query issues?

This commit is contained in:
Tanner Sommers 2024-11-25 19:44:44 -06:00
parent 95089e8a59
commit fc13feade9
2 changed files with 0 additions and 76 deletions

View File

@ -1,64 +0,0 @@
{
"db_name": "MySQL",
"query": "SELECT * FROM users WHERE id = ?",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": {
"type": "LongLong",
"flags": "NOT_NULL | PRIMARY_KEY | UNSIGNED | AUTO_INCREMENT",
"max_size": 20
}
},
{
"ordinal": 1,
"name": "discord_id",
"type_info": {
"type": "VarString",
"flags": "NOT_NULL | UNIQUE_KEY | NO_DEFAULT_VALUE",
"max_size": 1020
}
},
{
"ordinal": 2,
"name": "actions_allowed",
"type_info": {
"type": "Tiny",
"flags": "",
"max_size": 4
}
},
{
"ordinal": 3,
"name": "about",
"type_info": {
"type": "Blob",
"flags": "BLOB",
"max_size": 262140
}
},
{
"ordinal": 4,
"name": "pronouns",
"type_info": {
"type": "VarString",
"flags": "",
"max_size": 1020
}
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
true,
true,
true
]
},
"hash": "6f540be5517aaffe1774bebe9a2c0eba835e11cd8e1b07ea44046ae795008704"
}

View File

@ -1,12 +0,0 @@
{
"db_name": "MySQL",
"query": "DELETE FROM users WHERE id = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "73ffdf5be39aa5c4c160c2f77d6634a6970eeb4e1d3395f045ded747f0ce9d2a"
}