likwid/backend/.sqlx/query-d48c21b6a8d67db4b37ee43d6273e3d41d1cf2a2b89fe434edd009a29e69b94c.json

39 lines
830 B
JSON
Raw Permalink Normal View History

{
"db_name": "PostgreSQL",
"query": "SELECT id, community_id, export_type, format::text AS \"format!\"\n FROM export_jobs WHERE status = 'pending'\n ORDER BY requested_at LIMIT 5",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "community_id",
"type_info": "Uuid"
},
{
"ordinal": 2,
"name": "export_type",
"type_info": "Varchar"
},
{
"ordinal": 3,
"name": "format!",
"type_info": "Text"
}
],
"parameters": {
"Left": []
},
"nullable": [
false,
true,
false,
null
]
},
"hash": "d48c21b6a8d67db4b37ee43d6273e3d41d1cf2a2b89fe434edd009a29e69b94c"
}