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-93068746ac14341efefde...

24 lines
625 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT EXISTS(\n SELECT 1\n FROM users\n WHERE LOWER(username) = LOWER($1)\n AND deleted_at IS NULL\n )\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
null
]
},
"hash": "93068746ac14341efefde97f2c96b272b895167a6362e3c98b13c677b6640e9a"
}