Files
packager/.sqlx/query-5d27eb20c0f6c80bec63192b2ab89827bcf2b75fa75af1ce238530377e25d7bd.json

13 lines
308 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_types\n SET name = ?\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": "5d27eb20c0f6c80bec63192b2ab89827bcf2b75fa75af1ce238530377e25d7bd"
2023-08-29 21:34:00 +02:00
}