Files
packager/.sqlx/query-f3f93de5727b17433b8a8076bb7172046eae708370c5afe7c4dd0a20518206e8.json

21 lines
693 B
JSON
Raw Permalink Normal View History

2023-08-29 21:34:00 +02:00
{
"db_name": "SQLite",
2024-04-30 09:05:17 +02:00
"query": "\n SELECT COALESCE(MAX(i_item.weight), 0) as weight\n FROM inventory_items_categories as category\n INNER JOIN inventory_items as i_item\n ON i_item.category_id = category.id\n WHERE\n category_id = ?\n AND category.user_id = ?\n ",
2023-08-29 21:34:00 +02:00
"describe": {
"columns": [
{
"name": "weight",
"ordinal": 0,
"type_info": "Int"
}
],
"parameters": {
2023-08-29 21:34:00 +02:00
"Right": 2
2023-08-29 21:34:00 +02:00
},
"nullable": [
false
]
},
2024-04-30 09:05:17 +02:00
"hash": "f3f93de5727b17433b8a8076bb7172046eae708370c5afe7c4dd0a20518206e8"
2023-08-29 21:34:00 +02:00
}