| 1 |
3.21 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.birthdate AS birthdate_5, t0.ipn AS ipn_6, t0.phone AS phone_7, t0.erdpou AS erdpou_8, t0.site AS site_9, t0.address_legal AS address_legal_10, t0.address_actual AS address_actual_11, t0.work_start_date AS work_start_date_12, t0.uuid AS uuid_13, t0.type AS type_14, t0.active AS active_15, t0.plain_password AS plain_password_16, t0.full_name AS full_name_17, t0.direction AS direction_18, t0.balance AS balance_19, t0.last_login AS last_login_20, t0.login_count AS login_count_21 FROM "user" t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"2214109341@gmail.com"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.birthdate AS birthdate_5, t0.ipn AS ipn_6, t0.phone AS phone_7, t0.erdpou AS erdpou_8, t0.site AS site_9, t0.address_legal AS address_legal_10, t0.address_actual AS address_actual_11, t0.work_start_date AS work_start_date_12, t0.uuid AS uuid_13, t0.type AS type_14, t0.active AS active_15, t0.plain_password AS plain_password_16, t0.full_name AS full_name_17, t0.direction AS direction_18, t0.balance AS balance_19, t0.last_login AS last_login_20, t0.login_count AS login_count_21 FROM "user" t0 WHERE t0.email = '2214109341@gmail.com' LIMIT 1;
|
| 2 |
1.57 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.uuid AS uuid_3, t0.description AS description_4, t0.deleted AS deleted_5, t0.code AS code_6 FROM trading_zones t0 INNER JOIN user_trading_zones ON t0.id = user_trading_zones.trading_zones_id WHERE user_trading_zones.user_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.uuid AS uuid_3, t0.description AS description_4, t0.deleted AS deleted_5, t0.code AS code_6 FROM trading_zones t0 INNER JOIN user_trading_zones ON t0.id = user_trading_zones.trading_zones_id WHERE user_trading_zones.user_id = 123;
|
| 3 |
1.12 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.uuid AS uuid_3, t0.description AS description_4, t0.deleted AS deleted_5, t0.code AS code_6, t0.number AS number_7, t0.type AS type_8, t0.orenda AS orenda_9, t0.date_from AS date_from_10, t0.date_to AS date_to_11, t0.balance AS balance_12, t0.status AS status_13, t0.user_id_id AS user_id_id_14, t0.trading_points_id AS trading_points_id_15, t0.organisation_id AS organisation_id_16 FROM agreements t0 WHERE t0.user_id_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.uuid AS uuid_3, t0.description AS description_4, t0.deleted AS deleted_5, t0.code AS code_6, t0.number AS number_7, t0.type AS type_8, t0.orenda AS orenda_9, t0.date_from AS date_from_10, t0.date_to AS date_to_11, t0.balance AS balance_12, t0.status AS status_13, t0.user_id_id AS user_id_id_14, t0.trading_points_id AS trading_points_id_15, t0.organisation_id AS organisation_id_16 FROM agreements t0 WHERE t0.user_id_id = 123;
|
| 4 |
0.85 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.uuid AS uuid_3, t0.deleted AS deleted_4, t0.code AS code_5, t0.description AS description_6, t0.area AS area_7, t0.heat_area AS heat_area_8, t0.cold_area AS cold_area_9, t0.frost_area AS frost_area_10, t0.area_garbage AS area_garbage_11, t0.area_cleaning AS area_cleaning_12, t0.area_outdoor_lighting AS area_outdoor_lighting_13, t0.sub_zone_id AS sub_zone_id_14 FROM trading_points t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.uuid AS uuid_3, t0.deleted AS deleted_4, t0.code AS code_5, t0.description AS description_6, t0.area AS area_7, t0.heat_area AS heat_area_8, t0.cold_area AS cold_area_9, t0.frost_area AS frost_area_10, t0.area_garbage AS area_garbage_11, t0.area_cleaning AS area_cleaning_12, t0.area_outdoor_lighting AS area_outdoor_lighting_13, t0.sub_zone_id AS sub_zone_id_14 FROM trading_points t0 WHERE t0.id = 46;
|
| 5 |
0.83 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.uuid AS uuid_3, t0.description AS description_4, t0.deleted AS deleted_5, t0.code AS code_6 FROM trading_zones t0 INNER JOIN trading_zones_trading_points ON t0.id = trading_zones_trading_points.trading_zones_id WHERE trading_zones_trading_points.trading_points_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.uuid AS uuid_3, t0.description AS description_4, t0.deleted AS deleted_5, t0.code AS code_6 FROM trading_zones t0 INNER JOIN trading_zones_trading_points ON t0.id = trading_zones_trading_points.trading_zones_id WHERE trading_zones_trading_points.trading_points_id = 46;
|
| 6 |
0.31 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 7 |
0.73 ms |
INSERT INTO direction_entry (date) VALUES (?)
Parameters: [
"2026-02-04"
]
INSERT INTO direction_entry (date) VALUES ('2026-02-04');
|
| 8 |
1.11 ms |
INSERT INTO direction_entry_user (direction_entry_id, user_id) VALUES (?, ?)
INSERT INTO direction_entry_user (direction_entry_id, user_id) VALUES (366, 123);
|
| 9 |
0.89 ms |
INSERT INTO direction_entry_trading_zones (direction_entry_id, trading_zones_id) VALUES (?, ?)
INSERT INTO direction_entry_trading_zones (direction_entry_id, trading_zones_id) VALUES (366, 13);
|
| 10 |
0.37 ms |
"COMMIT"
|