Files
vibe-kanban/crates/db/.sqlx/query-eb708752b01bb0ca70218f7fd78e624e73e49160bfec7194d61ba5100c12a5ed.json
Gabriel Gordon-Hall 0ace01b55f - remove AbortController in PendingApprovalEntry (#902)
- fix find execution process check
- force stop process with non-killed status
2025-10-01 16:51:23 +01:00

63 lines
1.6 KiB
JSON

{
"db_name": "SQLite",
"query": "SELECT\n id as \"id!: Uuid\",\n task_attempt_id as \"task_attempt_id!: Uuid\",\n execution_process_id as \"execution_process_id!: Uuid\",\n session_id,\n prompt,\n summary,\n created_at as \"created_at!: DateTime<Utc>\",\n updated_at as \"updated_at!: DateTime<Utc>\"\n FROM executor_sessions\n WHERE session_id = ?\n ORDER BY updated_at DESC\n LIMIT 1",
"describe": {
"columns": [
{
"name": "id!: Uuid",
"ordinal": 0,
"type_info": "Blob"
},
{
"name": "task_attempt_id!: Uuid",
"ordinal": 1,
"type_info": "Blob"
},
{
"name": "execution_process_id!: Uuid",
"ordinal": 2,
"type_info": "Blob"
},
{
"name": "session_id",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "prompt",
"ordinal": 4,
"type_info": "Text"
},
{
"name": "summary",
"ordinal": 5,
"type_info": "Text"
},
{
"name": "created_at!: DateTime<Utc>",
"ordinal": 6,
"type_info": "Text"
},
{
"name": "updated_at!: DateTime<Utc>",
"ordinal": 7,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
true,
false,
false,
true,
true,
true,
false,
false
]
},
"hash": "eb708752b01bb0ca70218f7fd78e624e73e49160bfec7194d61ba5100c12a5ed"
}