Files
vibe-kanban/crates/db/.sqlx/query-a1574f21db387b0e4a2c3f5723de6df4ee42d98145d16e9d135345dd60128429.json
Solomon 6067dc693b Make execution_process_logs append-only to avoid SQLite lockups (#1276)
solves  `(code: 5) database is locked` errors
2025-11-17 17:45:15 +00:00

39 lines
998 B
JSON

{
"db_name": "SQLite",
"query": "SELECT \n execution_id as \"execution_id!: Uuid\",\n logs,\n byte_size,\n inserted_at as \"inserted_at!: DateTime<Utc>\"\n FROM execution_process_logs \n WHERE execution_id = $1\n ORDER BY inserted_at ASC",
"describe": {
"columns": [
{
"name": "execution_id!: Uuid",
"ordinal": 0,
"type_info": "Blob"
},
{
"name": "logs",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "byte_size",
"ordinal": 2,
"type_info": "Integer"
},
{
"name": "inserted_at!: DateTime<Utc>",
"ordinal": 3,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
false,
false
]
},
"hash": "a1574f21db387b0e4a2c3f5723de6df4ee42d98145d16e9d135345dd60128429"
}