.
This commit is contained in:
32
.sqlx/query-724265c4373580cc4b4b1524f606171a239a50e324f3f693f2117c9f7919e28e.json
generated
Normal file
32
.sqlx/query-724265c4373580cc4b4b1524f606171a239a50e324f3f693f2117c9f7919e28e.json
generated
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "\n UPDATE trip_todos\n SET description = ?\n WHERE\n id = ?\n AND trip_id = ?\n AND EXISTS(SELECT 1 FROM trips WHERE trip_id = ? AND user_id = ?)\n RETURNING\n id,\n description,\n done\n ",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "id",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "done",
|
||||
"ordinal": 2,
|
||||
"type_info": "Bool"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 5
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "724265c4373580cc4b4b1524f606171a239a50e324f3f693f2117c9f7919e28e"
|
||||
}
|
||||
Reference in New Issue
Block a user