rss-reader/.sqlx/query-6186c55b12f42931e31a9f8367d6aa2bd637091ca9e1b8d9459241ca9488882c.json

69 lines
1.8 KiB
JSON
Raw Normal View History

2025-02-04 23:49:39 -08:00
{
"db_name": "SQLite",
2025-02-05 22:39:37 -08:00
"query": "\n SELECT \n id as \"id!: String\",\n local_id as \"local_id!: String\",\n title,\n published as \"published: Option<chrono::DateTime<Utc>>\",\n updated as \"updated: Option<chrono::DateTime<Utc>>\",\n summary,\n content,\n link,\n marked_read as \"marked_read: Option<chrono::DateTime<Utc>>\"\n FROM feed_entries\n WHERE feed_id = ?\n ORDER BY published DESC NULLS LAST\n LIMIT ?\n ",
2025-02-04 23:49:39 -08:00
"describe": {
"columns": [
{
"name": "id!: String",
"ordinal": 0,
"type_info": "Text"
},
{
2025-02-05 02:31:29 -08:00
"name": "local_id!: String",
2025-02-04 23:49:39 -08:00
"ordinal": 1,
"type_info": "Text"
},
{
"name": "title",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "published: Option<chrono::DateTime<Utc>>",
"ordinal": 3,
"type_info": "Datetime"
},
{
"name": "updated: Option<chrono::DateTime<Utc>>",
"ordinal": 4,
"type_info": "Datetime"
},
{
"name": "summary",
"ordinal": 5,
"type_info": "Text"
},
{
"name": "content",
"ordinal": 6,
"type_info": "Text"
},
{
"name": "link",
"ordinal": 7,
"type_info": "Text"
2025-02-05 01:01:10 -08:00
},
{
"name": "marked_read: Option<chrono::DateTime<Utc>>",
"ordinal": 8,
"type_info": "Datetime"
2025-02-04 23:49:39 -08:00
}
],
"parameters": {
"Right": 2
},
"nullable": [
true,
false,
false,
true,
true,
false,
true,
2025-02-05 01:01:10 -08:00
true,
2025-02-04 23:49:39 -08:00
true
]
},
2025-02-05 22:39:37 -08:00
"hash": "6186c55b12f42931e31a9f8367d6aa2bd637091ca9e1b8d9459241ca9488882c"
2025-02-04 23:49:39 -08:00
}