This commit is contained in:
sparshg
2024-09-23 22:43:01 +05:30
parent 64f2c27bfc
commit 027b875144
19 changed files with 392 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE players SET board[$1] = $2 WHERE id = $3",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4",
"Bpchar",
"Bpchar"
]
},
"nullable": []
},
"hash": "652e975a09db7acd6dd0ff4d6ad190061f9dbc07b97158fe8ad7b22d5aad39c8"
}