mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
It's complicated but I while debugging I upgraded sqlx. Shouldn't have mixed up changes like that but I'm lazy and don't want to redo it so it'll all have to just be here.
13 lines
426 B
JSON
13 lines
426 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "insert into category_mappings\n (user_id, ingredient_name, category_name)\n values (?, ?, ?)\n on conflict (user_id, ingredient_name)\n do update set category_name=excluded.category_name\n",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "2582522f8ca9f12eccc70a3b339d9030aee0f52e62d6674cfd3862de2a68a177"
|
|
}
|