| 1 |
1.27 ms |
SELECT is_active::int FROM public.tenants WHERE slug = ?
SELECT is_active::int FROM public.tenants WHERE slug = 'dc';
|
| 2 |
0.11 ms |
SET search_path TO dc, public
SET search_path TO dc, public;
|
| 3 |
0.29 ms |
SHOW search_path
|
| 4 |
0.11 ms |
SHOW search_path
|
| 5 |
0.09 ms |
SET search_path TO public
SET search_path TO public;
|
| 6 |
0.61 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.name AS name_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.invitation_sent_at AS invitation_sent_at_7, t0.invitation_accepted_at AS invitation_accepted_at_8, t0.invitation_token AS invitation_token_9, t0.invitation_token_expires_at AS invitation_token_expires_at_10, t0.last_login_at AS last_login_at_11, t0.last_login_ip AS last_login_ip_12, t0.must_change_password AS must_change_password_13, t0.working_hours AS working_hours_14 FROM "user" t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"jordan@aenor.fr"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.name AS name_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.invitation_sent_at AS invitation_sent_at_7, t0.invitation_accepted_at AS invitation_accepted_at_8, t0.invitation_token AS invitation_token_9, t0.invitation_token_expires_at AS invitation_token_expires_at_10, t0.last_login_at AS last_login_at_11, t0.last_login_ip AS last_login_ip_12, t0.must_change_password AS must_change_password_13, t0.working_hours AS working_hours_14 FROM "user" t0 WHERE t0.email = 'jordan@aenor.fr' LIMIT 1;
|
| 7 |
0.11 ms |
SET search_path TO dc, public
SET search_path TO dc, public;
|
| 8 |
0.10 ms |
SHOW search_path
|
| 9 |
0.22 ms |
SELECT is_active::int FROM public.tenants WHERE slug = ?
SELECT is_active::int FROM public.tenants WHERE slug = 'dc';
|
| 10 |
0.44 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.name AS name_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.invitation_sent_at AS invitation_sent_at_7, t0.invitation_accepted_at AS invitation_accepted_at_8, t0.invitation_token AS invitation_token_9, t0.invitation_token_expires_at AS invitation_token_expires_at_10, t0.last_login_at AS last_login_at_11, t0.last_login_ip AS last_login_ip_12, t0.must_change_password AS must_change_password_13, t0.working_hours AS working_hours_14 FROM "user" t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"jordan@aenor.fr"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.name AS name_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.invitation_sent_at AS invitation_sent_at_7, t0.invitation_accepted_at AS invitation_accepted_at_8, t0.invitation_token AS invitation_token_9, t0.invitation_token_expires_at AS invitation_token_expires_at_10, t0.last_login_at AS last_login_at_11, t0.last_login_ip AS last_login_ip_12, t0.must_change_password AS must_change_password_13, t0.working_hours AS working_hours_14 FROM "user" t0 WHERE t0.email = 'jordan@aenor.fr' LIMIT 1;
|
| 11 |
1.06 ms |
SELECT is_active::int FROM public.tenants WHERE slug = ?
SELECT is_active::int FROM public.tenants WHERE slug = 'dc';
|
| 12 |
1.23 ms |
SELECT schema_name
FROM information_schema.schemata
WHERE schema_name NOT IN ('information_schema', 'pg_catalog', 'pg_toast', 'public')
AND schema_name NOT LIKE 'pg_temp_%'
SELECT schema_name
FROM information_schema.schemata
WHERE schema_name NOT IN ('information_schema', 'pg_catalog', 'pg_toast', 'public')
AND schema_name NOT LIKE 'pg_temp_%'
;
|
| 13 |
0.10 ms |
SHOW search_path
|
| 14 |
0.08 ms |
SET search_path TO dc, public
SET search_path TO dc, public;
|
| 15 |
0.18 ms |
SELECT 1 FROM "user" WHERE email = ?
Parameters: [
"jordan@aenor.fr"
]
SELECT 1 FROM "user" WHERE email = 'jordan@aenor.fr';
|
| 16 |
0.08 ms |
SET search_path TO dc, public
SET search_path TO dc, public;
|
| 17 |
0.51 ms |
SELECT v0_.id AS id_0, v0_.user_id AS user_id_1, v0_.start_date AS start_date_2, v0_.end_date AS end_date_3, v0_.vehicle_id AS vehicle_id_4 FROM vehicle_assignments v0_ WHERE v0_.user_id = ? AND v0_.start_date <= ? AND (v0_.end_date IS NULL OR v0_.end_date >= ?) LIMIT 1
Parameters: [
11
"2026-09-07 16:17:31"
"2026-09-07 16:17:31"
]
SELECT v0_.id AS id_0, v0_.user_id AS user_id_1, v0_.start_date AS start_date_2, v0_.end_date AS end_date_3, v0_.vehicle_id AS vehicle_id_4 FROM vehicle_assignments v0_ WHERE v0_.user_id = 11 AND v0_.start_date <= '2026-09-07 16:17:31' AND (v0_.end_date IS NULL OR v0_.end_date >= '2026-09-07 16:17:31') LIMIT 1;
|
| 18 |
0.46 ms |
SELECT t0.id AS id_1, t0.brand AS brand_2, t0.model AS model_3, t0.plate AS plate_4, t0.fiscal_power AS fiscal_power_5, t0.engine_type AS engine_type_6, t0.status AS status_7, t0.last_telemetry_at AS last_telemetry_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM vehicles t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.brand AS brand_2, t0.model AS model_3, t0.plate AS plate_4, t0.fiscal_power AS fiscal_power_5, t0.engine_type AS engine_type_6, t0.status AS status_7, t0.last_telemetry_at AS last_telemetry_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM vehicles t0 WHERE t0.id = 2;
|