Files
vibe-kanban/backend/.sqlx/query-1ada5613889792cd6098da71ce2ba1ecdee7e5dc2ff8196872368fff0caa48d8.json
Louis Knight-Webb 9c06c7fab3 wip
2025-06-20 22:39:06 +01:00

99 lines
2.6 KiB
JSON

{
"db_name": "SQLite",
"query": "SELECT \n id as \"id!: Uuid\", \n task_attempt_id as \"task_attempt_id!: Uuid\", \n process_type as \"process_type!: ExecutionProcessType\",\n status as \"status!: ExecutionProcessStatus\",\n command, \n args, \n working_directory, \n stdout, \n stderr, \n exit_code,\n started_at as \"started_at!: DateTime<Utc>\",\n completed_at as \"completed_at?: DateTime<Utc>\",\n created_at as \"created_at!: DateTime<Utc>\", \n updated_at as \"updated_at!: DateTime<Utc>\"\n FROM execution_processes \n WHERE id = $1",
"describe": {
"columns": [
{
"name": "id!: Uuid",
"ordinal": 0,
"type_info": "Blob"
},
{
"name": "task_attempt_id!: Uuid",
"ordinal": 1,
"type_info": "Blob"
},
{
"name": "process_type!: ExecutionProcessType",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "status!: ExecutionProcessStatus",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "command",
"ordinal": 4,
"type_info": "Text"
},
{
"name": "args",
"ordinal": 5,
"type_info": "Text"
},
{
"name": "working_directory",
"ordinal": 6,
"type_info": "Text"
},
{
"name": "stdout",
"ordinal": 7,
"type_info": "Text"
},
{
"name": "stderr",
"ordinal": 8,
"type_info": "Text"
},
{
"name": "exit_code",
"ordinal": 9,
"type_info": "Integer"
},
{
"name": "started_at!: DateTime<Utc>",
"ordinal": 10,
"type_info": "Text"
},
{
"name": "completed_at?: DateTime<Utc>",
"ordinal": 11,
"type_info": "Text"
},
{
"name": "created_at!: DateTime<Utc>",
"ordinal": 12,
"type_info": "Text"
},
{
"name": "updated_at!: DateTime<Utc>",
"ordinal": 13,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
true,
false,
false,
false,
false,
true,
false,
true,
true,
true,
false,
true,
false,
false
]
},
"hash": "1ada5613889792cd6098da71ce2ba1ecdee7e5dc2ff8196872368fff0caa48d8"
}