mirror of https://github.com/synctv-org/synctv
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.
25 lines
633 B
JSON
25 lines
633 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT COUNT(*)\n FROM user_registration_requests\n WHERE status = $1\n AND ($2 = '' OR username ILIKE $2 ESCAPE '\\' OR COALESCE(email, '') ILIKE $2 ESCAPE '\\')\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "count",
|
|
"type_info": "Int8",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int2",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "6eaf61865d876d8ed00f1b08f96e772979174fda57dd42288c88a82a9c0dd438"
|
|
}
|