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,15 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE logs SET version = $1 WHERE id = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int2",
"Int4"
]
},
"nullable": []
},
"hash": "c9f31bcb2cb8b76f7cd2e66284b70f79e462ac70f94cdab022bdce63929731b1"
}