rss-reader/.sqlx/query-6efd0a1292d597cce5ea84e4fada30035dd40d557f5c305ec7b5bb6b0788948c.json

13 lines
748 B
JSON
Raw Normal View History

2025-02-04 23:49:39 -08:00
{
"db_name": "SQLite",
2025-02-05 02:31:29 -08:00
"query": "\n INSERT INTO feed_entries (\n id, feed_id, local_id, title, published, updated, summary, content, link, created_at\n ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\n ON CONFLICT (feed_id, id) DO UPDATE SET\n title = excluded.title,\n published = excluded.published,\n updated = excluded.updated,\n summary = excluded.summary,\n content = excluded.content,\n link = excluded.link\n ",
2025-02-04 23:49:39 -08:00
"describe": {
"columns": [],
"parameters": {
"Right": 10
},
"nullable": []
},
2025-02-05 02:31:29 -08:00
"hash": "6efd0a1292d597cce5ea84e4fada30035dd40d557f5c305ec7b5bb6b0788948c"
2025-02-04 23:49:39 -08:00
}