This commit is contained in:
2024-04-30 09:05:17 +02:00
parent d08c41e809
commit de97e4520c
18 changed files with 60 additions and 60 deletions

View File

@@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT id\n FROM inventory_items\n WHERE\n name = ?\n AND user_id = ?",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false
]
},
"hash": "b7632ae6bf28ad8f21a64ccbc4836dd29c2580da28d7edc8e46a15235f7d9c7d"
}