Added search

This commit is contained in:
2025-03-14 18:46:24 +03:00
parent 777ad8e311
commit bc6ede32b9
10 changed files with 431 additions and 151 deletions

View File

@@ -0,0 +1,24 @@
{
"db_name": "MySQL",
"query": "SELECT name FROM account WHERE user_id = ? ORDER BY name",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "name",
"type_info": {
"type": "VarString",
"flags": "NOT_NULL | PRIMARY_KEY | NO_DEFAULT_VALUE",
"max_size": 1020
}
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "a3fc391326beccf9a6763a6470d457b87af81437de825e04e8dd1adecac93035"
}