match date

This commit is contained in:
Robin Appelman 2025-04-23 20:35:57 +02:00
commit a87638f177
9 changed files with 213 additions and 191 deletions

View file

@ -0,0 +1,29 @@
{
"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"
}