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.
33 lines
697 B
JSON
33 lines
697 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "select plan_date as \"plan_date: NaiveDate\", recipe_id, count\n from plan_recipes\nwhere\n user_id = ?\n and plan_date = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "plan_date: NaiveDate",
|
|
"ordinal": 0,
|
|
"type_info": "Date"
|
|
},
|
|
{
|
|
"name": "recipe_id",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "count",
|
|
"ordinal": 2,
|
|
"type_info": "Int64"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "2e076acd2405d234daaa866e5a2ac1e10989fc8d2820f90aa722464a7b17db6b"
|
|
}
|