2024-11-05 15:50:33 +01:00
{
2024-11-18 12:58:59 +01:00
"db_name" : "PostgreSQL" ,
"query" : "SELECT id, team_id, ref as set_ref, storage_ptr, created_at, failure_reason\n FROM posthog_errortrackingsymbolset\n WHERE team_id = $1 AND ref = $2" ,
"describe" : {
"columns" : [
{
"ordinal" : 0 ,
"name" : "id" ,
"type_info" : "Uuid"
} ,
{
"ordinal" : 1 ,
"name" : "team_id" ,
"type_info" : "Int4"
} ,
{
"ordinal" : 2 ,
"name" : "set_ref" ,
"type_info" : "Text"
} ,
{
"ordinal" : 3 ,
"name" : "storage_ptr" ,
"type_info" : "Text"
} ,
{
"ordinal" : 4 ,
"name" : "created_at" ,
"type_info" : "Timestamptz"
} ,
{
"ordinal" : 5 ,
"name" : "failure_reason" ,
"type_info" : "Text"
}
] ,
"parameters" : {
"Left" : [
"Int4" ,
"Text"
]
2024-11-05 15:50:33 +01:00
} ,
2024-11-18 12:58:59 +01:00
"nullable" : [
false ,
false ,
false ,
true ,
false ,
true
]
} ,
"hash" : "361eb26d51d253242a8af33e45d8686c4393f6420e61b6b141143974ff362213"
2024-11-05 15:50:33 +01:00
}