rss-reader/.sqlx/query-aa1176c799d37727714cf346eb8a16ba561dc7a1b9b95992c38248c2102d6621.json

63 lines
1.5 KiB
JSON
Raw Normal View History

2025-02-04 23:49:39 -08:00
{
"db_name": "SQLite",
"query": "\n SELECT \n id as \"id!: String\",\n entry_id,\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 FROM feed_entries \n WHERE feed_id = ?\n ORDER BY published DESC NULLS LAST\n LIMIT ?\n ",
"describe": {
"columns": [
{
"name": "id!: String",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "entry_id",
"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"
}
],
"parameters": {
"Right": 2
},
"nullable": [
true,
false,
false,
true,
true,
false,
true,
true
]
},
"hash": "aa1176c799d37727714cf346eb8a16ba561dc7a1b9b95992c38248c2102d6621"
}