You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-78ab3778aaf2031c9e482...

25 lines
688 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT EXISTS (\n SELECT 1\n FROM user_registration_requests\n WHERE reviewed_at IS NULL\n AND status = $2\n AND webauthn_credential_id = $1\n ) AS \"exists!\"\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists!",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Bytea",
"Int2"
]
},
"nullable": [
null
]
},
"hash": "78ab3778aaf2031c9e48225b89709edec12c8197813f347b3f8802f956ffa652"
}