Files
gpodder-rs/.sqlx/query-4146409ae2704d9d836a8c8fdf719a001b1faf39916af4e00f2825cbbb699387.json
Matthew Pomes 3e3215b25f
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 5m49s
Add sqlx cache to allow compile time verification in CI
2026-07-02 22:07:39 -05:00

69 lines
1.3 KiB
JSON

{
"db_name": "SQLite",
"query": "SELECT podcast, episode, device, guid, action, timestamp, started, position, total FROM episodes WHERE user = ? AND updated >= ?",
"describe": {
"columns": [
{
"name": "podcast",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "episode",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "device",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "guid",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "action",
"ordinal": 4,
"type_info": "Text"
},
{
"name": "timestamp",
"ordinal": 5,
"type_info": "Text"
},
{
"name": "started",
"ordinal": 6,
"type_info": "Integer"
},
{
"name": "position",
"ordinal": 7,
"type_info": "Integer"
},
{
"name": "total",
"ordinal": 8,
"type_info": "Integer"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false,
false,
true,
true,
false,
false,
true,
true,
true
]
},
"hash": "4146409ae2704d9d836a8c8fdf719a001b1faf39916af4e00f2825cbbb699387"
}