Files
packager/.sqlx/query-baea696b94b2f73ec46c645ed4f7ed355fab4bb37a56b9061bc37f3f053703cb.json

13 lines
305 B
JSON
Raw Permalink Normal View History

2023-08-29 21:34:00 +02:00
{
"db_name": "SQLite",
2023-08-29 21:34:00 +02:00
"query": "UPDATE trips\n SET comment = ?\n WHERE id = ? AND user_id = ?",
2023-08-29 21:34:00 +02:00
"describe": {
"columns": [],
"parameters": {
2023-08-29 21:34:00 +02:00
"Right": 3
2023-08-29 21:34:00 +02:00
},
"nullable": []
},
2023-08-29 21:34:00 +02:00
"hash": "baea696b94b2f73ec46c645ed4f7ed355fab4bb37a56b9061bc37f3f053703cb"
2023-08-29 21:34:00 +02:00
}