Files
packager/.sqlx/query-b7632ae6bf28ad8f21a64ccbc4836dd29c2580da28d7edc8e46a15235f7d9c7d.json

21 lines
453 B
JSON
Raw Normal View History

2023-08-29 21:34:00 +02:00
{
"db_name": "SQLite",
2024-04-30 09:05:17 +02:00
"query": "SELECT id\n FROM inventory_items\n WHERE\n name = ?\n AND user_id = ?",
2023-08-29 21:34:00 +02:00
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
}
],
"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": "b7632ae6bf28ad8f21a64ccbc4836dd29c2580da28d7edc8e46a15235f7d9c7d"
2023-08-29 21:34:00 +02:00
}