sqlx update + clippy

This commit is contained in:
Robin Appelman 2024-02-10 18:52:54 +01:00
commit e1a4036b61
29 changed files with 1261 additions and 776 deletions

View file

@ -0,0 +1,41 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO events_charge(round_id, time, team, medigun, steam_id)VALUES($1, $2, $3, $4, $5)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4",
"Int4",
{
"Custom": {
"name": "team",
"kind": {
"Enum": [
"blue",
"red",
"other"
]
}
}
},
{
"Custom": {
"name": "medigun",
"kind": {
"Enum": [
"medigun",
"kritzkrieg",
"quickfix",
"vaccinator"
]
}
}
},
"Int8"
]
},
"nullable": []
},
"hash": "4dcd86f5ef23f46b5c6cd391522791a609e04e068009678ba95b81cb385b9e89"
}