| 1 |
7.81 ms |
SELECT t0.id AS id_1, t0.login AS login_2, t0.roles AS roles_3, t0.password AS password_4, t0.active_session_token AS active_session_token_5, t0.full_name AS full_name_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8, t0.access_until AS access_until_9 FROM "user" t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.login AS login_2, t0.roles AS roles_3, t0.password AS password_4, t0.active_session_token AS active_session_token_5, t0.full_name AS full_name_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8, t0.access_until AS access_until_9 FROM "user" t0 WHERE t0.id = 11;
|
| 2 |
6.99 ms |
SELECT t0.id AS id_1, t0.question_ids AS question_ids_2, t0.current_index AS current_index_3, t0.started_at AS started_at_4, t0.expires_at AS expires_at_5, t0.finished_at AS finished_at_6, t0.score AS score_7, t0.max_score AS max_score_8, t0.passed AS passed_9, t0.user_id AS user_id_10, t0.section_id AS section_id_11, t0.subcategory_id AS subcategory_id_12, t0.section_group_id AS section_group_id_13 FROM attempt t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.question_ids AS question_ids_2, t0.current_index AS current_index_3, t0.started_at AS started_at_4, t0.expires_at AS expires_at_5, t0.finished_at AS finished_at_6, t0.score AS score_7, t0.max_score AS max_score_8, t0.passed AS passed_9, t0.user_id AS user_id_10, t0.section_id AS section_id_11, t0.subcategory_id AS subcategory_id_12, t0.section_group_id AS section_group_id_13 FROM attempt t0 WHERE t0.id = 2268;
|
| 3 |
4.20 ms |
SELECT t0.id AS id_1, t0.selected_option_ids AS selected_option_ids_2, t0.is_correct AS is_correct_3, t0.points AS points_4, t0.attempt_id AS attempt_id_5, t0.question_id AS question_id_6 FROM attempt_answer t0 WHERE t0.attempt_id = ? ORDER BY t0.id ASC
SELECT t0.id AS id_1, t0.selected_option_ids AS selected_option_ids_2, t0.is_correct AS is_correct_3, t0.points AS points_4, t0.attempt_id AS attempt_id_5, t0.question_id AS question_id_6 FROM attempt_answer t0 WHERE t0.attempt_id = 2268 ORDER BY t0.id ASC;
|
| 4 |
1.96 ms |
SELECT q0_.id AS id_0, q0_.text AS text_1, q0_.explanation AS explanation_2, q0_.type AS type_3, q0_.sort_order AS sort_order_4, q0_.is_active AS is_active_5, q0_.points AS points_6, q0_.section_id AS section_id_7 FROM question q0_ WHERE q0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
5738
6119
5922
6381
6385
6267
6141
6353
6334
6092
]
SELECT q0_.id AS id_0, q0_.text AS text_1, q0_.explanation AS explanation_2, q0_.type AS type_3, q0_.sort_order AS sort_order_4, q0_.is_active AS is_active_5, q0_.points AS points_6, q0_.section_id AS section_id_7 FROM question q0_ WHERE q0_.id IN (5738, 6119, 5922, 6381, 6385, 6267, 6141, 6353, 6334, 6092);
|
| 5 |
0.68 ms |
SELECT t0.id AS id_1, t0.selected_option_ids AS selected_option_ids_2, t0.is_correct AS is_correct_3, t0.points AS points_4, t0.attempt_id AS attempt_id_5, t0.question_id AS question_id_6 FROM attempt_answer t0 WHERE t0.attempt_id = ?
SELECT t0.id AS id_1, t0.selected_option_ids AS selected_option_ids_2, t0.is_correct AS is_correct_3, t0.points AS points_4, t0.attempt_id AS attempt_id_5, t0.question_id AS question_id_6 FROM attempt_answer t0 WHERE t0.attempt_id = 2268;
|
| 6 |
0.30 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 7 |
1.43 ms |
UPDATE attempt SET finished_at = ?, score = ?, max_score = ?, passed = ? WHERE id = ?
Parameters: [
"2026-04-13 05:08:25"
8
10
1
2268
]
UPDATE attempt SET finished_at = '2026-04-13 05:08:25', score = 8, max_score = 10, passed = 1 WHERE id = 2268;
|
| 8 |
1.53 ms |
"COMMIT"
|