ugc-scaper/archiver/.sqlx/query-ccb1cfabaf4c593cfbd8206e5c2bb2be59105f965cdcbbe04ca394d2c3751613.json
2025-05-26 21:55:57 +02:00

29 lines
633 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT date FROM maps WHERE format = $1 AND week = $2 AND season = $3",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "date",
"type_info": "Date"
}
],
"parameters": {
"Left": [
{
"Custom": {
"name": "game_mode",
"kind": {
"Enum": ["highlander", "eights", "sixes", "fours", "ultiduo"]
}
}
},
"Int4",
"Int4"
]
},
"nullable": [false]
},
"hash": "ccb1cfabaf4c593cfbd8206e5c2bb2be59105f965cdcbbe04ca394d2c3751613"
}