mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 15:37:42 +00:00
23 lines
447 B
JSON
23 lines
447 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "SELECT accepting_delegations FROM delegate_profiles WHERE user_id = $1",
|
|||
"describe": {
|
|||
"columns": [
|
|||
{
|
|||
"ordinal": 0,
|
|||
"name": "accepting_delegations",
|
|||
"type_info": "Bool"
|
|||
}
|
|||
],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid"
|
|||
]
|
|||
},
|
|||
"nullable": [
|
|||
false
|
|||
]
|
|||
},
|
|||
"hash": "484e7ea64028000ccadd135f9806fd190f860d8ac1cd1c56828fa5be279f57c9"
|
|||
}
|