2025-06-15 14:18:14 -04:00
{
2025-06-17 15:22:47 -04:00
"db_name" : "SQLite" ,
2025-06-17 19:43:11 -04:00
"query" : "SELECT id as \"id!: Uuid\", project_id as \"project_id!: Uuid\", title, description, status as \"status!: TaskStatus\", created_at as \"created_at!: DateTime<Utc>\", updated_at as \"updated_at!: DateTime<Utc>\"\n FROM tasks \n WHERE project_id = $1 \n ORDER BY created_at DESC" ,
2025-06-15 14:18:14 -04:00
"describe" : {
"columns" : [
{
2025-06-17 19:43:11 -04:00
"name" : "id!: Uuid" ,
2025-06-17 15:22:47 -04:00
"ordinal" : 0 ,
2025-06-17 19:43:11 -04:00
"type_info" : "Blob"
2025-06-15 14:18:14 -04:00
} ,
{
2025-06-17 19:43:11 -04:00
"name" : "project_id!: Uuid" ,
2025-06-17 15:22:47 -04:00
"ordinal" : 1 ,
2025-06-17 19:43:11 -04:00
"type_info" : "Blob"
2025-06-15 14:18:14 -04:00
} ,
{
"name" : "title" ,
2025-06-17 15:22:47 -04:00
"ordinal" : 2 ,
"type_info" : "Text"
2025-06-15 14:18:14 -04:00
} ,
{
"name" : "description" ,
2025-06-17 15:22:47 -04:00
"ordinal" : 3 ,
2025-06-15 14:18:14 -04:00
"type_info" : "Text"
} ,
{
"name" : "status!: TaskStatus" ,
2025-06-17 15:22:47 -04:00
"ordinal" : 4 ,
"type_info" : "Text"
2025-06-15 14:18:14 -04:00
} ,
{
2025-06-17 19:43:11 -04:00
"name" : "created_at!: DateTime<Utc>" ,
2025-06-17 15:22:47 -04:00
"ordinal" : 5 ,
"type_info" : "Text"
2025-06-15 14:18:14 -04:00
} ,
{
2025-06-17 19:43:11 -04:00
"name" : "updated_at!: DateTime<Utc>" ,
2025-06-17 15:22:47 -04:00
"ordinal" : 6 ,
"type_info" : "Text"
2025-06-15 14:18:14 -04:00
}
] ,
"parameters" : {
2025-06-17 15:22:47 -04:00
"Right" : 1
2025-06-15 14:18:14 -04:00
} ,
"nullable" : [
2025-06-17 15:22:47 -04:00
true ,
2025-06-15 14:18:14 -04:00
false ,
false ,
true ,
false ,
false ,
false
]
} ,
2025-06-17 19:43:11 -04:00
"hash" : "2c1e9b7c0038a44d9b78791538529107aeaa6bd49501316b67dceb908df873a1"
2025-06-15 14:18:14 -04:00
}