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-37d5305bf0821dc82ab3f...

30 lines
989 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT aei.email\n FROM auth_email_identities aei\n JOIN users u ON u.id = aei.user_id\n WHERE u.id = $1\n AND (\n (u.deleted_at IS NULL AND aei.deleted_at IS NULL)\n OR (\n u.deleted_at IS NOT NULL\n AND aei.deleted_at IS NOT NULL\n AND aei.deletion_source = $2\n )\n )\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "email",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "auth_email_identities",
"name": "email"
}
}
}
],
"parameters": {
"Left": [
"Int8",
"Int2"
]
},
"nullable": [
false
]
},
"hash": "37d5305bf0821dc82ab3fe81792aa4ceb8cfb42c47e3294515999928f2b694d2"
}