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,28 @@
{
"db_name": "PostgreSQL",
"query": "SELECT player1_id, player2_id FROM rooms WHERE code = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "player1_id",
"type_info": "Bpchar"
},
{
"ordinal": 1,
"name": "player2_id",
"type_info": "Bpchar"
}
],
"parameters": {
"Left": [
"Bpchar"
]
},
"nullable": [
true,
true
]
},
"hash": "886c680debfa2b3b79615056239aa68b9befd5e8fa0d710c0acd9fd5898d3708"
}