Files
packager/.sqlx/query-b36287d1b8c7905fb5fe6f8e9c73ca6f63b79252471ce4621d8692771e6fd3cc.json

27 lines
546 B
JSON
Raw Permalink Normal View History

2023-08-29 21:34:00 +02:00
{
"db_name": "SQLite",
2023-08-29 21:34:00 +02:00
"query": "SELECT\n id,\n name\n FROM trips_types\n WHERE user_id = ?",
2023-08-29 21:34:00 +02:00
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "name",
"ordinal": 1,
"type_info": "Text"
}
],
"parameters": {
2023-08-29 21:34:00 +02:00
"Right": 1
2023-08-29 21:34:00 +02:00
},
"nullable": [
false,
false
]
},
2023-08-29 21:34:00 +02:00
"hash": "b36287d1b8c7905fb5fe6f8e9c73ca6f63b79252471ce4621d8692771e6fd3cc"
2023-08-29 21:34:00 +02:00
}