Files
vibe-kanban/crates/db/.sqlx/query-3880c8745b172bec8e9f0477ee78339e157531a00dc63d73a31ce554f54e5ca6.json

93 lines
2.5 KiB
JSON

{
"db_name": "SQLite",
"query": "SELECT id as \"id!: Uuid\", task_attempt_id as \"task_attempt_id!: Uuid\", run_reason as \"run_reason!: ExecutionProcessRunReason\", executor_action as \"executor_action!: sqlx::types::Json<ExecutorActionField>\", before_head_commit,\n after_head_commit, status as \"status!: ExecutionProcessStatus\", exit_code, dropped, started_at as \"started_at!: DateTime<Utc>\", completed_at as \"completed_at?: DateTime<Utc>\",\n created_at as \"created_at!: DateTime<Utc>\", updated_at as \"updated_at!: DateTime<Utc>\"\n FROM execution_processes\n WHERE task_attempt_id = ? AND run_reason = ? AND dropped = FALSE\n ORDER BY created_at DESC LIMIT 1",
"describe": {
"columns": [
{
"name": "id!: Uuid",
"ordinal": 0,
"type_info": "Blob"
},
{
"name": "task_attempt_id!: Uuid",
"ordinal": 1,
"type_info": "Blob"
},
{
"name": "run_reason!: ExecutionProcessRunReason",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "executor_action!: sqlx::types::Json<ExecutorActionField>",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "before_head_commit",
"ordinal": 4,
"type_info": "Text"
},
{
"name": "after_head_commit",
"ordinal": 5,
"type_info": "Text"
},
{
"name": "status!: ExecutionProcessStatus",
"ordinal": 6,
"type_info": "Text"
},
{
"name": "exit_code",
"ordinal": 7,
"type_info": "Integer"
},
{
"name": "dropped",
"ordinal": 8,
"type_info": "Bool"
},
{
"name": "started_at!: DateTime<Utc>",
"ordinal": 9,
"type_info": "Text"
},
{
"name": "completed_at?: DateTime<Utc>",
"ordinal": 10,
"type_info": "Text"
},
{
"name": "created_at!: DateTime<Utc>",
"ordinal": 11,
"type_info": "Text"
},
{
"name": "updated_at!: DateTime<Utc>",
"ordinal": 12,
"type_info": "Text"
}
],
"parameters": {
"Right": 2
},
"nullable": [
true,
false,
false,
false,
true,
true,
false,
true,
false,
false,
true,
false,
false
]
},
"hash": "3880c8745b172bec8e9f0477ee78339e157531a00dc63d73a31ce554f54e5ca6"
}