| 1 |
0.89 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.primary_color AS primary_color_3, t0.logo_path AS logo_path_4, t0.email_sender AS email_sender_5, t0.footer_note AS footer_note_6, t0.address AS address_7, t0.phone AS phone_8, t0.website AS website_9, t0.siret AS siret_10, t0.naf_code AS naf_code_11, t0.discord AS discord_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM platform_configuration t0 LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.primary_color AS primary_color_3, t0.logo_path AS logo_path_4, t0.email_sender AS email_sender_5, t0.footer_note AS footer_note_6, t0.address AS address_7, t0.phone AS phone_8, t0.website AS website_9, t0.siret AS siret_10, t0.naf_code AS naf_code_11, t0.discord AS discord_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM platform_configuration t0 LIMIT 1;
|
| 2 |
0.66 ms |
SELECT t0.deleted AS deleted_1, t0.archived AS archived_2, t0.date_add AS date_add_3, t0.date_update AS date_update_4, t0.id AS id_5, t0.email AS email_6, t0.username AS username_7, t0.password AS password_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.display_name AS display_name_11, t0.phone_number AS phone_number_12, t0.birth_date AS birth_date_13, t0.address AS address_14, t0.last_password_change_at AS last_password_change_at_15, t0.locked_at AS locked_at_16, t0.color AS color_17, t0.status AS status_18, t0.desactivation_date AS desactivation_date_19, t0.roles AS roles_20 FROM user t0 WHERE t0.id = ?
SELECT t0.deleted AS deleted_1, t0.archived AS archived_2, t0.date_add AS date_add_3, t0.date_update AS date_update_4, t0.id AS id_5, t0.email AS email_6, t0.username AS username_7, t0.password AS password_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.display_name AS display_name_11, t0.phone_number AS phone_number_12, t0.birth_date AS birth_date_13, t0.address AS address_14, t0.last_password_change_at AS last_password_change_at_15, t0.locked_at AS locked_at_16, t0.color AS color_17, t0.status AS status_18, t0.desactivation_date AS desactivation_date_19, t0.roles AS roles_20 FROM user t0 WHERE t0.id = 1;
|
| 3 |
0.56 ms |
SELECT a0_.id AS id_0, a0_.total_count AS total_count_1, a0_.progress_count AS progress_count_2, a0_.entity_class AS entity_class_3, a0_.download_url AS download_url_4, a0_.status AS status_5, a0_.retrieved AS retrieved_6, a0_.confirmed AS confirmed_7, a0_.created_at AS created_at_8, a0_.finished_at AS finished_at_9, a0_.search AS search_10, a0_.filters AS filters_11, a0_.task_type AS task_type_12, a0_.user_id AS user_id_13 FROM async_task a0_ WHERE (a0_.user_id = ? AND (a0_.status IN (?, ?) OR (a0_.status IN (?, ?) AND a0_.confirmed = 0))) AND a0_.task_type IN ('export', 'import') ORDER BY a0_.created_at DESC
Parameters: [
1
"pending"
"processing"
"error"
"done"
]
SELECT a0_.id AS id_0, a0_.total_count AS total_count_1, a0_.progress_count AS progress_count_2, a0_.entity_class AS entity_class_3, a0_.download_url AS download_url_4, a0_.status AS status_5, a0_.retrieved AS retrieved_6, a0_.confirmed AS confirmed_7, a0_.created_at AS created_at_8, a0_.finished_at AS finished_at_9, a0_.search AS search_10, a0_.filters AS filters_11, a0_.task_type AS task_type_12, a0_.user_id AS user_id_13 FROM async_task a0_ WHERE (a0_.user_id = 1 AND (a0_.status IN ('pending', 'processing') OR (a0_.status IN ('error', 'done') AND a0_.confirmed = 0))) AND a0_.task_type IN ('export', 'import') ORDER BY a0_.created_at DESC;
|