Rework some code issues

This commit is contained in:
2025-11-13 16:22:32 +03:00
parent 96a416b010
commit 264a45acf9
16 changed files with 239 additions and 88 deletions

View File

@ -0,0 +1,14 @@
{
"db_name": "PostgreSQL",
"query": "DELETE FROM\n games\nWHERE\n id = $1\n",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": []
},
"hash": "598954fb5ae205a2b8b06c30c5545e709059cf3ba0aaa2a0e598900c49244100"
}