refactor trips queries
This commit is contained in:
12
rust/.sqlx/query-003e3585cc798a04c3bad7e74e16c380f42202c5cd9b09d9a3e05a749a55a910.json
generated
Normal file
12
rust/.sqlx/query-003e3585cc798a04c3bad7e74e16c380f42202c5cd9b09d9a3e05a749a55a910.json
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "UPDATE trips\n SET location = ?\n WHERE id = ? AND user_id = ?",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Right": 3
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "003e3585cc798a04c3bad7e74e16c380f42202c5cd9b09d9a3e05a749a55a910"
|
||||
}
|
||||
Reference in New Issue
Block a user